在google網(wǎng)站下載chrome速度很慢,但是添加了chrome的源之后,就可以在終端通過yum install 來安裝chrome了,會快很多。
首先在/etc/yum.repos.d里建立一個名為google.repo文件,然后復(fù)制以下代碼到其中,然后保存:
32位系統(tǒng):
[google]
name=Google – i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64位系統(tǒng):
[google64]
name=Google – x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
然后使用:
1.
sudoyum installgoogle-chrome-stable 來安裝最新穩(wěn)定版
2.
sudoyum installgoogle-chrome-unstable 最新版chrome
這里會出現(xiàn)錯誤:
1.
警告:/var/cache/yum/x86_64/19/google64/packages/google-chrome-stable-29.0.1547.65-220622.x86_64.rpm: Header V4 DSA/SHA1Signature, key ID 7fac5991: NOKEY
3.
獲取 GPG 密鑰失?。篬Errno 14] curl
#7 - "Failed to connect to 2404:6800:4005:c00::be: 網(wǎng)絡(luò)不可達(dá)"
提示獲取GPG密鑰失敗,這個可以在yum時候添加一個參數(shù):
1.
sudoyum installgoogle-chrome-stable --nogpg
這樣就可以安裝了!
01.
================================================================================
02.
Package 架構(gòu) 版本 源 大小
03.
================================================================================
04.
正在安裝:
05.
google-chrome-stable x86_64 29.0.1547.65-220622 google64 53 M
06.
事務(wù)概要
07.
================================================================================
08.
安裝 1 軟件包
09.
總計:53 M
10.
安裝大?。?60 M
11.
Is this ok [y/d/N]: y
12.
Downloading packages:
13.
Running transaction check
14.
Running transaction
test
15.
Transaction testsucceeded
16.
Running transaction
17.
正在安裝 : google-chrome-stable-29.0.1547.65-220622.x86_64 1/1
18.
Redirecting to /bin/systemctlstartatd.service
19.
驗證中 : google-chrome-stable-29.0.1547.65-220622.x86_64 1/1
20.
已安裝:
21.
google-chrome-stable.x86_64 0:29.0.1547.65-220622
22.
完畢!
聯(lián)系客服