centos7 安装 chrome
时间:2015-01-08 23:04 来源:linux.it.net.cn 作者:IT
在/etc/yum.repo.d/目录下新建文件google-chrome.repo,向其中添加Google Chrome源,内容如下:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
1.rpm --import linux_signing_key.pub(用代理下载)
2.安装:yum install google-chrome-stable
(责任编辑:IT)
在/etc/yum.repo.d/目录下新建文件google-chrome.repo,向其中添加Google Chrome源,内容如下: [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 1.rpm --import linux_signing_key.pub(用代理下载) 2.安装:yum install google-chrome-stable (责任编辑:IT) |