Install Google Chrome on CentOS 7 using yum command

www.laut‮t‬uri.com
Install Google Chrome on CentOS 7 using yum command

To install Google Chrome on CentOS 7 using the yum command, follow these steps:

  1. Add the Google Chrome repository to the 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
  1. Install the google-chrome-stable package using yum:
sudo yum install google-chrome-stable

This will install Google Chrome and all of its dependencies.

  1. Once the installation is complete, you can start Google Chrome by typing google-chrome at the command prompt.
Created Time:2017-10-29 22:08:48  Author:lautturi