开始使用centos7桌面版。一些工具避免不了使用,在install的过程中,记录分享下。
首先安装的就是chrome浏览器,这可是开发人员的利器。
首先要切换到root账号。
su -
之后输入root密码就切换成功。
再来添加yum源文件
cd /etc/yum.repo.d/
touch 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
现在,即可通过yum命令安装chrome浏览器
yum -y install google-chrome-stable --nogpgcheck
安装成功!


本文详细介绍如何在CentOS7桌面版中安装Chrome浏览器。包括切换到root账号、添加yum源文件以及通过yum命令完成安装的全过程。

1万+

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



