저는 Mac OS 시스템에서 CentOS 버전 6.3 32비트 VM을 실행하고 있습니다. 터미널에서 이 정보를 얻습니다.
$ uname -a
Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
$ uname -i
i386
$ cat /etc/issue
CentOS release 6.3 (Final)
Kernel \r on an \m
가상 머신에 Google Chrome을 설치하고 이 내용을 읽고 싶습니다.웹 페이지:
다음 명령을 실행하라고 알려줍니다.
$ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
$ sudo yum install -y ${URL}
나중에 터미널에서 Google Chrome을 실행하고,
$ google-chrome-stable
명령을 실행하면 sudo yum install -y ${URL}
아래에 제공된 출력이 표시됩니다.
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.dhakacom.com
* extras: mirror.dhakacom.com
* updates: mirror.dhakacom.com
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
여기서 문제는 무엇이며 어떻게 해결합니까?
답변1
$ uname -i i386
이것은 32비트 시스템입니다. 32비트 Google Chrome은 더 이상 업데이트되지 않습니다.
URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
64비트 패키지입니다.
대안
비발디 브라우저, 비교적 새로운 브라우저이지만 여전히 32비트용으로 정기적으로 업데이트됩니다.