如何在Fedora系统下安装Chrome浏览器
由于最近在使用fedora系统,系统默认的firefox很久没有用过,感觉不会用了。于是就打算安装chrome,它的有点就不用多说了。直接上方法:
$sudo gvim /etc/yum.repos.d/google-chrome.repo #打开后将下面的内容拷贝到文件中。
32位系统
google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64位系统
google-chrome] name=google-chrome - 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
执行以下代码安装。
## Install Google Chrome Stable version ##
$sudo yum install google-chrome-stable

浙公网安备 33010602011771号