apt-get을 사용하여 Chrome을 설치하는 방법은 무엇입니까?

apt-get을 사용하여 Chrome을 설치하는 방법은 무엇입니까?

내 Linux 버전은 Ubuntu입니다.

> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"

가상 머신으로 실행합니다.

나는 시키는 대로 했다여기

이제 내가 입력할 때

sudo apt-get install google-chrome-stable

알겠어요

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  google-chrome-stable: Depends: libasound2 (> 1.0.22) but 1.0.18-1ubuntu9 is to be installed
                        Depends: libatk1.0-0 (>= 1.29.3) but 1.26.0-0ubuntu2 is to be installed
                        Depends: libc6 (>= 2.11) but 2.9-4ubuntu6.3 is to be installed
                        Depends: libcups2 (>= 1.4.0) but 1.3.9-17ubuntu3.9 is to be installed
                        Depends: libdbus-1-3 (>= 1.2.14) but 1.2.12-0ubuntu2.1 is to be installed
                        Depends: libfontconfig1 (>= 2.8.0) but 2.6.0-1ubuntu12 is to be installed
                        Depends: libgconf2-4 (>= 2.27.0) but 2.26.0-0ubuntu1 is to be installed
                        Depends: libgcrypt11 (>= 1.4.2) but 1.4.1-2ubuntu1 is to be installed
                        Depends: libgtk2.0-0 (>= 2.18.0) but 2.16.1-0ubuntu2 is to be installed
                        Depends: libstdc++6 (>= 4.4.0) but 4.3.3-5ubuntu4 is to be installed
                        Depends: libudev0 (>= 147) but it is not going to be installed
E: Broken packages

무슨 뜻이에요? 필수 패키지가 자동으로 설치되지 않는 이유는 무엇입니까?

내 리눅스는Linux ubuntu3 2.6.24-19-xen #2 SMP Fri May 23 03:11:08 JST 2008 i686 GNU/Linux

고쳐 쓰다

내가 사용하면 dpkg분명히 동일한 결과를 얻습니다.

> sudo dpkg --install google-chrome-stable_current_i386.deb
Selecting previously deselected package google-chrome-stable.
(Reading database ... 31919 files and directories currently installed.)
Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable depends on libasound2 (>> 1.0.22); however:
  Version of libasound2 on system is 1.0.18-1ubuntu9.
 google-chrome-stable depends on libatk1.0-0 (>= 1.29.3); however:
  Version of libatk1.0-0 on system is 1.26.0-0ubuntu2.
 google-chrome-stable depends on libc6 (>= 2.11); however:
  Version of libc6 on system is 2.9-4ubuntu6.3.
 google-chrome-stable depends on libcups2 (>= 1.4.0); however:
  Version of libcups2 on system is 1.3.9-17ubuntu3.9.
 google-chrome-stable depends on libdbus-1-3 (>= 1.2.14); however:
  Version of libdbus-1-3 on system is 1.2.12-0ubuntu2.1.
 google-chrome-stable depends on libfontconfig1 (>= 2.8.0); however:
  Version of libfontconfig1 on system is 2.6.0-1ubuntu12.
 google-chrome-stable depends on libgconf2-4 (>= 2.27.0); however:
  Version of libgconf2-4 on system is 2.26.0-0ubuntu1.
 google-chrome-stable depends on libgcrypt11 (>= 1.4.2); however:
  Version of libgcrypt11 on system is 1.4.1-2ubuntu1.
 google-chrome-stable depends on libgtk2.0-0 (>= 2.18.0); however:
  Version of libgtk2.0-0 on system is 2.16.1-0ubuntu2.
 google-chrome-stable depends on libstdc++6 (>= 4.4.0); however:
  Version of libstdc++6 on system is 4.3.3-5ubuntu4.
 google-chrome-stable depends on libudev0 (>= 147); however:
  Package libudev0 is not installed.
 google-chrome-stable depends on libxss1; however:
  Package libxss1 is not installed.
 google-chrome-stable depends on xdg-utils (>= 1.0.2); however:
  Package xdg-utils is not installed.
dpkg: error processing google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for menu ...
Processing triggers for man-db ...
Errors were encountered while processing:
 google-chrome-stable

업데이트 2

나는 승격 경기에 출전하고 싶지 않다. 나는 기계와 시스템이 너무 많아서 매번 업그레이드해야 한다면 업그레이드하는 데 모든 시간을 할애할 것입니다. 그리고 업그레이드 후에는 많은 구성 요소가 컴파일할 수 없게 되었습니다.

답변1

귀하의 Ubuntu 버전은 다음과 같습니다.고대의. 최신 버전의 Google Chrome이 실행될지 의심스럽습니다.

최신 버전의 Ubuntu 및 Chrome으로 업그레이드하고 Google 웹사이트에서 원활하게 설치하세요.

답변2

공식적인 지원 제안은 없지만, 제가 관찰한 바에 따르면 공식 Google Chrome 패키지는 모든 기능을 지원합니다.우분투 버전현재 데스크톱 버전이 지원됩니다. 현재 이는 10.04, 11.10, 12.04 및 12.10을 의미합니다. (8.04는 서버에서만 지원되며, 몇 달 동안만 지원됩니다.)

버전 요구 사항은 Ubuntu 10.04에 해당합니다. 예를 들어 libasound2는 버전 1.0.22입니다.우분투 10.04.

Ubuntu 9.04는 2년여 전에 공식 지원을 종료했습니다. 최소 9.10으로 업그레이드해야 합니다(더 이상 지원되지 않지만 다음 버전에서 계속 사용 가능).이전 버전 페이지10.04로, 곧 12.04로.

버전 8.04, 10.04 및 12.04(기본적으로 2년마다)는 중간 버전보다 더 긴 버전에 대해 지원됩니다. 이를 LTS(장기 지원) 릴리스라고 합니다.

답변3

일반적으로 저장소를 수동으로 추가할 필요는 없습니다.Chrome 설치 프로그램자동으로 실행됩니다. 사용 중인 저장소/패키지는 최신 Ubuntu 릴리스에만 포함된 소프트웨어에 따라 달라지는 것 같습니다. 게시한 링크에 설명된 단계를 취소하고 대신 Chrome 설치 프로그램을 사용하는 것이 좋습니다.

관련 정보