在目錄/etc/yum.repos.d/
下新建檔案 google-chrome.repo
配置內容如下:
[google-chrome]
name=google-chrome
baseurl=
enabled=1 //等於1表示啟用這個源
gpgcheck=1 //這裡一般設定為0,這樣就不用檢查了
gpgkey=
安裝穩定版
yum -y install google-chrome
-stable (--nogpgcheck)//括號中的內容表示如果在中安裝失敗則新增這個引數
CentOS7安裝Chrome瀏覽器
首先建立google chrome的yum安裝倉庫檔案 etc yum.repos.d google chrome.repo 檔案內容如下 google chrome name google chrome baseurl enabled 1 gpgcheck 1 gpgkey 配置好了倉庫之後就可以...
Centos7安裝chrome瀏覽器
cd etc yum.repos.d vim google chrome.repo google chrome name google chrome baseurl enabled 1 gpgcheck 1 gpgkey yum y install google chrome stable nogp...
CentOS 7安裝Chrome瀏覽器
cd etc yum.repo.d vim google chrome.repo 寫入chrome源 google chrome name google chrome baseurl enabled 1 gpgcheck 1 gpgkey 儲存後退出,即可開始安裝chrome瀏覽器 在centos中...