To install Google Chrome on CentOS 7 using the yum
command, follow these steps:
yum
configuration by creating a file called google-chrome.repo
in the /etc/yum.repos.d
directory with the following content:[google-chrome] name=Google Chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
google-chrome-stable
package using yum
:sudo yum install google-chrome-stable
This will install Google Chrome and all of its dependencies.
google-chrome
at the command prompt.