카테고리 없음

한컴구름 chrome 설치

강서버 2024. 7. 24. 01:49
728x90
반응형

1. chrome 다운로드

https://google.co.kr/chrome

 

Chrome 웹브라우저

더욱 스마트해진 Google로 더 간편하고 안전하고 빠르게.

www.google.com

* 다운로드 파일명 : google-chrome-stable_current_amd64.deb

 

2. 다운로드 완료 후 터미널(terminal) 실행하여 다운로드 폴더 이동

$ cd [다운로드 폴더]

ex,  $ cd 다운로드

 

3. dpkg를 이용하여 관리자 권한으로 설치

$ sudo dpkg -i google-chrome-stable_current_amd64.deb 

 

[ 실행 로그 ]

gangserver@gooroom:~/다운로드$ sudo dpkg -i google-chrome-stable_current_amd64.deb 
Selecting previously unselected package google-chrome-stable.
(데이터베이스 읽는중 ...현재 298072개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (126.0.6478.182-1) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable 패키지는 다음 패키지에 의존: fonts-liberation: 하지만:
  fonts-liberation 패키지는 설치하지 않았습니다.
 google-chrome-stable 패키지는 다음 패키지에 의존: libu2f-udev: 하지만:
  libu2f-udev 패키지는 설치하지 않았습니다.

dpkg: error processing package google-chrome-stable (--install):
 의존성 문제 - 설정하지 않고 남겨둠
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for man-db (2.9.4-2) ...
처리하는데 오류가 발생했습니다:
 google-chrome-stable

 

4. 위와 같은 의존 패키지 미설치 오류가 발생하는 경우

아래와 같이 의존 패키지를 설치한다.

$ sudo apt --fix-broken install

 

[  실행 로그 ]
gangserver@gooroom:~/다운로드$ sudo apt --fix-broken install
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
의존성을 바로잡는 중입니다... 완료
The following additional packages will be installed:
  fonts-liberation libu2f-udev
다음 새 패키지를 설치할 것입니다:
  fonts-liberation libu2f-udev
0개 업그레이드, 2개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
1개를 완전히 설치하지 못했거나 지움.
834 k바이트 아카이브를 받아야 합니다.
이 작업 후 2,158 k바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
받기:1 http://deb.debian.org/debian bullseye/main amd64 fonts-liberation all 1:1.07.4-11 [828 kB]
받기:2 http://deb.debian.org/debian bullseye/main amd64 libu2f-udev all 1.1.10-3 [6,300 B]
내려받기 834 k바이트, 소요시간 11초 (78.8 k바이트/초)
Selecting previously unselected package fonts-liberation.
(데이터베이스 읽는중 ...현재 298183개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack .../fonts-liberation_1%3a1.07.4-11_all.deb ...
Unpacking fonts-liberation (1:1.07.4-11) ...
Selecting previously unselected package libu2f-udev.
Preparing to unpack .../libu2f-udev_1.1.10-3_all.deb ...
Unpacking libu2f-udev (1.1.10-3) ...
libu2f-udev (1.1.10-3) 설정하는 중입니다 ...
fonts-liberation (1:1.07.4-11) 설정하는 중입니다 ...
google-chrome-stable (126.0.6478.182-1) 설정하는 중입니다 ...
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-w
ww-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gno
me-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/goo
gle-chrome (google-chrome) in auto mode
Processing triggers for fontconfig (2.13.1-4.2) ...

 

5. 의존 패키지 설치 후 다시 Chrome을 dpkg를 이용하여 관리자 권한으로 설치한다.

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

 

[ 실행 로그 ]

gangserver@gooroom:~/다운로드$ sudo dpkg -i google-chrome-stable_current_amd64.deb 
(데이터베이스 읽는중 ...현재 298211개의 파일과 디렉터리가 설치되어 있습니다.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (126.0.6478.182-1) over (126.0.6478.182-1) ...
google-chrome-stable (126.0.6478.182-1) 설정하는 중입니다 ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for man-db (2.9.4-2) ...

 

설치가 정상적으로 된다.

 

 

* 참고로 오류 발생한 의존 라이브러리를 설치하려고 하는 경우

아래와 같이 'apt --fix-broken install' 시도해 보라고 안내한다.

$ sudo apt install fonts-liberation

 

[ 실행 예 ]

gangserver@gooroom:~/다운로드$ sudo apt install fonts-liberation
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
이 상황을 바로잡으려면 'apt --fix-broken install'을 실행해야 할 수도 있습니다.
다음 패키지의 의존성이 맞지 않습니다:
 google-chrome-stable : 의존: libu2f-udev 하지만 %s 패키지를 설치하지 않을 것입니다
E: 의존성이 맞지 않습니다. 패키지 없이 'apt --fix-broken install'을 시도해 보십시오 (아니면 해결 방법을 지정하십시오).

 

728x90
반응형