In this tutorial we will show you how to install Google Chrome 69 browser in RHEL/CentOS 7.x and Fedoradistributions using Google’s own repository with Yum tool.
Update Google’s official repository
yum update google-chrome-stable
Enable Google YUM repository
nano /etc/yum.repos.d/google-chrome.repo
File content:
[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
Installing Chrome Web Browser
Check Chrome version:
yum info google-chrome-stable
Output:
Loading mirror speeds from cached hostfile
* base: centos.myfahim.com
* epel: ir.mirror.rasanegar.com
* extras: centos.myfahim.com
* remi-safe: ftp.arnes.si
* rpmforge: mirrors.neusoft.edu.cn
* updates: centos.myfahim.com
adobe-linux-x86_64 3/3
google-chrome 3/3
Available Packages
Name : google-chrome-stable
Arch : x86_64
Version : 69.0.3497.81
Release : 1
Size : 50 M
Repo : google-chrome
Summary : Google Chrome
URL : https://chrome.google.com/
License : Multiple, see https://chrome.google.com/
Description : The web browser from Google
:
: Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
Install:
yum install google-chrome-stable
Output:
Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager, versionlock This system is not registered with Subscription Management. You can use subscription-manager to register. Loading mirror speeds from cached hostfile * base: mirror.dhakacom.com * epel: ftp.jaist.ac.jp * extras: mirror.ehost.vn * rpmforge: mirror.veriteknik.net.tr * updates: mirror.ehost.vn Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.x86_64 0:68.0.3440.75-1 will be updated ---> Package google-chrome-stable.x86_64 0:69.0.3497.81-1 will be an update --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================ Package Arch Version Repository Size ============================================================================================================================================================================ Updating: google-chrome-stable x86_64 69.0.3497.81 google-chrome 50 M Transaction Summary ============================================================================================================================================================================ Upgrade 1 Package Total download size: 50 M Is this ok [y/d/N]: y
Choose y to complete install.
Read more: Centos tutorial