Centos7 yum 安装chrome
【摘要】 Centos7 yum 安装chrome配置yum源vim /etc/yum.repos.d/google-chrome.repo写入以下内容[google-chrome]name=google-chromebaseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearchenabled=1gpgcheck=1gpgkey=http...
Centos7 yum 安装chrome
- 配置yum源
vim /etc/yum.repos.d/google-chrome.repo
写入以下内容
[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
- 安装google chrome浏览器
Google官方安装
# yum -y install google-chrome-stable
Google安装源可能无法在中国使用,导致安装失败或者在国内无法更新,用以下命令:
#yum -y install google-chrome-stable --nogpgcheck
- 运行chrome
找到chrome路径,并做个软连接,方便使用:
#which google-chrome-stable
#ln -s xxx /bin/chrome
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)