1、进入/etc/yum.repos.d/目录
2、新建文件:touch google-chrome.repo
3、打开文件:sudo vim google-chrome.repo
4、输入如下内容后保存关闭
[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
5、执行:yum -y install google-chrome-stable 或yum -y install google-chrome-stable --nogpgcheck
6、在usr/share/applications/中能找到chrome
该博客介绍了在Linux系统安装谷歌浏览器的步骤。先进入指定目录,新建并打开文件,输入内容后保存关闭,接着执行安装命令,最后可在特定目录找到chrome。

997

被折叠的 条评论
为什么被折叠?



