CentOS7安装Chrome浏览器的方法
Chrome浏览器是目前市场占有率最高的浏览器之一,很多用户使用CentOS 7系统时也希望在系统上安装Chrome浏览器。本文将介绍CentOS7安装Chrome浏览器的方法,供大家参考。
方法一:使用yum安装
- 添加Google Chrome的YUM存储库
将以下代码添加到 /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.google.com/linux/linux_signing_key.pub
- 安装Google Chrome
运行以下命令来安装Chrome:
sudo yum install google-chrome-stable
安装成功后即可在应用程序中找到Chrome浏览器。
方法二:手动下载安装
- 下载Google Chrome
在Google Chrome的官方网站上,选择适合CentOS 7系统的Chrome版本进行下载。
- 安装Google Chrome
解压下载好的Chrome包,并在解压后的目录中找到 google-chrome
执行文件,运行以下命令来安装Chrome:
sudo ./google-chrome
安装成功后即可在应用程序中找到Chrome浏览器。
总结
以上两种方法都可以帮助用户在CentOS7系统上安装Chrome浏览器。使用第一种方法可以更方便的管理Chrome浏览器,但需要保证系统已经连接到互联网。而使用第二种方法则需要手动下载Chrome浏览器包,如网络不好可能会导致下载失败。