如何使用Yum命令在RHEL/CentOS 7和Fedora Linux 31上安装Google Chrome 78
时间:2020-01-09 10:40:19 来源:igfitidea点击:
如何使用yum命令行选项在Red Hat Enterprise Linux或CentOS Linux版本7.x和Fedora Linux v28/29/30/31上安装最新版本的Google Chrome v 78? Google Chrome浏览器是将最小的设计与复杂的技术结合在一起的浏览器,可以使网络更快,更安全,更轻松。
您可以将其安装在任何Linux发行版上,包括CentOS,RHEL和Fedora Linux。
找出您的Linux发行版是32位还是64位
执行以下命令,Linux内核和发行版以32位或64位模式运行:
## type at bash shell prompt ## echo "You are using $(getconf LONG_BIT) bit Linux distro."
输出:
You are using 64 bit Linux distro.
或尝试:
$ `uname -m` x86_64
在RHEL/CentOS/Fedora Linux上安装Google Chrome 78的步骤:
以下是通过五个简单步骤安装和使用Google Chrome 78的方法:
- 打开终端应用程序。抢购64位Google Chrome安装程序。
- 输入以下命令以"下载64位版本的Google Chrome":" wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm"
- 在CentOS/RHEL上安装Google Chrome及其依赖项,执行:
sudo yum install ./google-chrome-stable_current _ *。rpm
- 从CLI启动Google Chrome:
google-chrome&
yum命令的输出示例:
使用Yum命令安装Chrome Web浏览器
会话示例:
关于Google Chrome版本号
我的Fedora Linux桌面上运行的Google Chrome 78:
在Fedora Linux 31上运行的Google Chrome 78
请注意,这些说明始终会在CentOS/RHEL/Fedora Linux上安装最新版本的Google Chrome。
关于Fedora Linux 28/29/30/31用户的说明
执行以下dnf命令:
$ sudo dnf install google-chrome-stable_current_*.rpm
关于Google chrome存储库文件的注释
上面的过程如下创建/etc/yum.repos.d/google-chrome.repo
文件。
这对于自动更新您的Google Chrome版本非常有用:
$ cat /etc/yum.repos.d/google-chrome.repo
输出示例:
[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
如何从旧版本升级Google Chrome?
您只需输入以下yum命令即可对其进行更新:
$ sudo yum update google-chrome-stable
或使用以下dnf命令在Fedora Linux上对其进行更新:
$ sudo dnf update google-chrome-stable