CentOS7安裝Chrome(超簡單附解決依賴問題)

下載chrome安裝包

鏈接: https://pan.baidu.com/s/1w5B2_X59reMFzh2Eo7dgsw?pwd=1111 提取碼: 1111

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

安裝

嘗試安裝chrome
yum install google-chrome-stable_current_x86_64.rpm

缺少依賴

依賴解析錯誤:

軟件包:google-chrome-stable-89.0.4389.90-1.x86_64 (/google-chrome-stable_current_x86_64)
需要:liberation-fonts軟件包:google-chrome-stable-89.0.4389.90-1.x86_64 (/google-chrome-stable_current_x86_64)
需要:libssl3.so(NSS_3.28)(64bit)軟件包:google-chrome-stable-89.0.4389.90-1.x86_64 (/google-chrome-stable_current_x86_64)
需要:libvulkan.so.1()(64bit)

嘗試暴力安裝:sudo yum localinstall google-chrome-stable_current_x86_64.rpm
失敗

安裝依賴

第一個:
[root@localhost 桌面]# yum install liberation-fonts
已加載插件:langpacks
沒有可用軟件包 liberation-fonts膀篮。
錯誤:無須任何處理

第二個:
[root@localhost 桌面]# repoquery --nvr --whatprovides libssl3.so
nss-3.19.3-1.0.nd7.2
nss-3.19.3-1.0.nd7.2
nss-3.22.0-1.0.nd7.1
[root@localhost 桌面]# yum install nss-3.19.3-1.0.nd7.2
已加載插件:langpacks
匹配 nss-3.19.3-1.0.nd7.2.i686 的軟件包已經(jīng)安裝。正在檢查更新蚪缀。
無須任何處理
[root@localhost 桌面]# yum install nss-3.22.0-1.0.nd7.1
已加載插件:langpacks
軟件包 nss-3.22.0-1.0.nd7.1.i686 已安裝并且是最新版本
無須任何處理

第三個:
[root@localhost 桌面]# repoquery --nvr --whatprovides libvulkan.so.1
依賴安裝完成修肠,嘗試再次安裝chrome:sudo yum localinstall google-chrome-stable_current_x86_64.rpm

我這里安裝失敗

更改阿里云的yum源

到這里贺辰,大概率是yum源的問題了,嘗試更改centos7的yum源為阿里云的yum源

方法:

1嵌施、進入到/etc/yum.repos.d/目錄下饲化,備份之前的CentOS-Base.repo地址。
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.bak
2吗伤、下載阿里云yum源
centos7:wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
centos6:wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
centot5:wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
3吃靠、將服務(wù)器上的軟件包信息緩存到本地,以提高搜索安裝軟件的速度

yum makecache

如果你在執(zhí)行上面這邊命令時,報錯:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

建議用如下方法解決:檢查/etc/yum.repos.d/下是否有epel.repo文件足淆,如果有巢块,重命名為epel.repo_bak 千萬不能以.repo格式備份礁阁,然后在執(zhí)行一次上面的命令即可!

CentOS7對應(yīng)地址:http://mirrors.aliyun.com/repo/Centos-7.repo

再次安裝:sudo yum localinstall google-chrome-stable_current_x86_64.rpm
安裝成功

[root@localhost 桌面]# sudo yum localinstall google-chrome-stable_current_x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining google-chrome-stable_current_x86_64.rpm: google-chrome-stable-94.0.4606.81-1.x86_64
Marking google-chrome-stable_current_x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:94.0.4606.81-1 will be installed
--> Processing Dependency: liberation-fonts for package: google-chrome-stable-94.0.4606.81-1.x86_64
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * epel: mirrors.bfsu.edu.cn
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
--> Processing Dependency: libvulkan.so.1()(64bit) for package: google-chrome-stable-94.0.4606.81-1.x86_64
--> Running transaction check
---> Package liberation-fonts.noarch 1:1.07.2-16.el7 will be installed
--> Processing Dependency: liberation-narrow-fonts = 1:1.07.2-16.el7 for package: 1:liberation-fonts-1.07.2-16.el7.noarch
---> Package vulkan.x86_64 0:1.1.97.0-1.el7 will be installed
--> Processing Dependency: vulkan-filesystem = 1.1.97.0-1.el7 for package: vulkan-1.1.97.0-1.el7.x86_64
--> Running transaction check
---> Package liberation-narrow-fonts.noarch 1:1.07.2-16.el7 will be installed
---> Package vulkan-filesystem.noarch 0:1.1.97.0-1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================
 Package                  Arch    Version          Repository                             Size
===============================================================================================
Installing:
 google-chrome-stable     x86_64  94.0.4606.81-1   /google-chrome-stable_current_x86_64  270 M
Installing for dependencies:
 liberation-fonts         noarch  1:1.07.2-16.el7  base                                   13 k
 liberation-narrow-fonts  noarch  1:1.07.2-16.el7  base                                  202 k
 vulkan                   x86_64  1.1.97.0-1.el7   base                                  3.6 M
 vulkan-filesystem        noarch  1.1.97.0-1.el7   base                                  6.3 k

Transaction Summary
===============================================================================================
Install  1 Package (+4 Dependent packages)

Total size: 273 M
Total download size: 3.8 M
Installed size: 292 M
Is this ok [y/d/N]: y
Downloading packages:
warning: /var/cache/yum/x86_64/7/base/packages/liberation-fonts-1.07.2-16.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Public key for liberation-fonts-1.07.2-16.el7.noarch.rpm is not installed
(1/4): liberation-fonts-1.07.2-16.el7.noarch.rpm                        |  13 kB  00:00:00     
(2/4): liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm                 | 202 kB  00:00:00     
(3/4): vulkan-filesystem-1.1.97.0-1.el7.noarch.rpm                      | 6.3 kB  00:00:00     
(4/4): vulkan-1.1.97.0-1.el7.x86_64.rpm                                 | 3.6 MB  00:00:02     
-----------------------------------------------------------------------------------------------
Total                                                          1.5 MB/s | 3.8 MB  00:00:02     
Retrieving key from http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
Importing GPG key 0xF4A80EB5:
 Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
 From       : http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : vulkan-filesystem-1.1.97.0-1.el7.noarch                                     1/5 
  Installing : vulkan-1.1.97.0-1.el7.x86_64                                                2/5 
  Installing : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch                              3/5 
  Installing : 1:liberation-fonts-1.07.2-16.el7.noarch                                     4/5 
  Installing : google-chrome-stable-94.0.4606.81-1.x86_64                                  5/5 
  Verifying  : vulkan-1.1.97.0-1.el7.x86_64                                                1/5 
  Verifying  : google-chrome-stable-94.0.4606.81-1.x86_64                                  2/5 
  Verifying  : 1:liberation-narrow-fonts-1.07.2-16.el7.noarch                              3/5 
  Verifying  : 1:liberation-fonts-1.07.2-16.el7.noarch                                     4/5 
  Verifying  : vulkan-filesystem-1.1.97.0-1.el7.noarch                                     5/5 

Installed:
  google-chrome-stable.x86_64 0:94.0.4606.81-1                                                 

Dependency Installed:
  liberation-fonts.noarch 1:1.07.2-16.el7    liberation-narrow-fonts.noarch 1:1.07.2-16.el7   
  vulkan.x86_64 0:1.1.97.0-1.el7             vulkan-filesystem.noarch 0:1.1.97.0-1.el7        

Complete!

安裝成功族奢!

驗證一下

截屏.png

總結(jié):
1姥闭、下載安裝包
2、更新源注意備份 wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3越走、安裝 yum localinstall google-chrome-stable_current_x86_64.rpm

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末棚品,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子廊敌,更是在濱河造成了極大的恐慌铜跑,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,482評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件庭敦,死亡現(xiàn)場離奇詭異疼进,居然都是意外死亡,警方通過查閱死者的電腦和手機秧廉,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評論 2 382
  • 文/潘曉璐 我一進店門伞广,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人疼电,你說我怎么就攤上這事嚼锄。” “怎么了蔽豺?”我有些...
    開封第一講書人閱讀 152,762評論 0 342
  • 文/不壞的土叔 我叫張陵区丑,是天一觀的道長。 經(jīng)常有香客問我修陡,道長沧侥,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,273評論 1 279
  • 正文 為了忘掉前任魄鸦,我火速辦了婚禮宴杀,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘拾因。我一直安慰自己旺罢,他們只是感情好,可當我...
    茶點故事閱讀 64,289評論 5 373
  • 文/花漫 我一把揭開白布绢记。 她就那樣靜靜地躺著扁达,像睡著了一般。 火紅的嫁衣襯著肌膚如雪蠢熄。 梳的紋絲不亂的頭發(fā)上跪解,一...
    開封第一講書人閱讀 49,046評論 1 285
  • 那天,我揣著相機與錄音签孔,去河邊找鬼叉讥。 笑死砾跃,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的节吮。 我是一名探鬼主播抽高,決...
    沈念sama閱讀 38,351評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼透绩!你這毒婦竟也來了翘骂?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 36,988評論 0 259
  • 序言:老撾萬榮一對情侶失蹤帚豪,失蹤者是張志新(化名)和其女友劉穎碳竟,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體狸臣,經(jīng)...
    沈念sama閱讀 43,476評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡莹桅,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,948評論 2 324
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了烛亦。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片诈泼。...
    茶點故事閱讀 38,064評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖煤禽,靈堂內(nèi)的尸體忽然破棺而出铐达,到底是詐尸還是另有隱情,我是刑警寧澤檬果,帶...
    沈念sama閱讀 33,712評論 4 323
  • 正文 年R本政府宣布瓮孙,位于F島的核電站,受9級特大地震影響选脊,放射性物質(zhì)發(fā)生泄漏杭抠。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,261評論 3 307
  • 文/蒙蒙 一恳啥、第九天 我趴在偏房一處隱蔽的房頂上張望偏灿。 院中可真熱鬧,春花似錦角寸、人聲如沸菩混。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至疚脐,卻和暖如春亿柑,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背棍弄。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評論 1 262
  • 我被黑心中介騙來泰國打工望薄, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留疟游,地道東北人。 一個月前我還...
    沈念sama閱讀 45,511評論 2 354
  • 正文 我出身青樓痕支,卻偏偏與公主長得像颁虐,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子卧须,可洞房花燭夜當晚...
    茶點故事閱讀 42,802評論 2 345

推薦閱讀更多精彩內(nèi)容