Fedora22/23安装Google Chrome浏览器

在这篇教程中,我将一步一步地告诉你如何在Fedora22/23中安装谷歌浏览器(Google Chrome)。CentOS, Redhat用户可以按照下面的步骤安装。

Fedora/CentOS/RHEL安装Google Chrome的步骤

添加软件库

谷歌有一个自己的YUM/DNF软件库。添加方法:

在/etc/yum.repos.d/目录下创建一个名为google.repo的文件

sudo vi /etc/yum.repos.d/google.repo

32位系统将下面的内容添加到google.repo文件中:

[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64位系统将下面的内容添加到google.repo文件中:

[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

安装Google Chrome

添加好谷歌的软件库后,输入下面的命令安装:

sudo dnf install google-chrome-stable

这将安装Google Chrome稳定版本。如果你要安装unstable版本或beta版本,分别输入下面的命令安装:

sudo dnf install google-chrome-unstable
sudo dnf install google-chrome-beta

你可以在Fedora系统上同时安装这三个版本的谷歌浏览器。

如果你的系统是CentOS或RHEL,那么你需要使用yum包管理工具,如安装stable版本

sudo yum install google-chrome-stable

Fedora22 xfce桌面安装谷歌浏览器截图

fedora安装google chrome

使用谷歌浏览器访问 linuxdashen.com

fedora谷歌浏览器

为这篇文章评分
[Total: 2 Average: 3]

Leave a Reply

Your email address will not be published.

The maximum upload file size: 2 MB. You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here