CentOS安裝Chrome瀏覽器

2021-09-09 05:27:57 字數 2635 閱讀 3448

2、安裝chrome

3、可能出現的問題

執行下列命令即可:

[root@localhost downloads]

# rpm -ivh google-chrome-stable_current_x86_64.rpm

錯誤:依賴檢測失敗:

/usr/

bin/lsb_release 被 google-chrome-stable-

71.0

.3578

.98-

1.x86_64 需要1(

)(64bit) 被 google-chrome-stable-

71.0

.3578

.98-

1.x86_64 需要

liberation-fonts 被 google-chrome-stable-

71.0

.3578

.98-

1.x86_64 需要

解決方法:

1、針對出現的3個問題的第乙個問題:/usr/bin/lsb_release,執行:

[root@localhost downloads]

# repoquery --nvr --whatprovides /usr/bin/lsb_release

會輸出以下內容(輸出的內容即為所需要安裝的外掛程式依賴):

repository base is listed more than once in the configuration

repository updates is listed more than once in the configuration

repository extras is listed more than once in the configuration

repository centosplus is listed more than once in the configuration

redhat-lsb-core-

4.1-

27.el7.centos.

1redhat-lsb-core-

4.1-

27.el7.centos.

1

此時再執行:

[root@localhost downloads]

# yum install -y redhat-lsb-core-4.1-27.el7.centos.1

[root@localhost downloads]
輸出內容為:

repository base is listed more than once in the configuration

repository updates is listed more than once in the configuration

repository extras is listed more than once in the configuration

repository centosplus is listed more than once in the configuration

12.10.0-

13.el7

執行:

[root@localhost downloads]
3、第三個問題:liberation-fonts

[root@localhost downloads]

# repoquery --nvr --whatprovides liberation-fonts

輸出內容為:

repository base is listed more than once in the configuration

repository updates is listed more than once in the configuration

repository extras is listed more than once in the configuration

repository centosplus is listed more than once in the configuration

liberation-fonts-

1.07.2-

16.el7

執行:

[root@localhost downloads]

# yum install -y liberation-fonts-1.07.2-16.el7

4、最後,再安裝rpm檔案就可以啦。

[root@localhost downloads]

# rpm -ivh google-chrome-stable_current_x86_64.rpm

1、命令列啟動:/usr/bin/google-chrome-stable --no-sandbox

vue devtools安裝 chrome瀏覽器

安裝參考鏈結 如果可以科學上網,那可以直接安裝chrome外掛程式,位址在github中也有給出 chrome商店 如果不能科學上網,那就離線安裝吧。複製網頁clone下的那一串 在git命令列輸入指令 git clone 官方教程上有給出方法 親測有效 我是用的是yarn方法 npm instal...

linuxmint如何安裝Chrome瀏覽器

當我們安裝好linuxmint系統後,會發現系統預設自帶的瀏覽器是火狐英文版,而且用起來不是很順手。想想還是裝上我的大谷歌瀏覽器,安裝方法其實很簡單。首先配置一下軟體源,命令如下 wget q o sudo apt key add sudo sh c echo deb stable main etc...

ubuntu14 04 1安裝chrome 瀏覽器

ubuntu14.04.1軟體中心無法直接安裝chrome瀏覽器,經測試按照以下步驟安裝即可。wget 2.執行以下命令安裝程式 sudo dpkg i google chrome stable current amd64.deb 安裝過程會出現如下錯誤 3.解決方法,執行以下命令進行修復 sudo...