Installing Google Chrome on CentOS
Start by opening your terminal and downloading the latest Google Chrome
.rpm
package with the following wget command1
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Once the file is downloaded, install Google Chrome on your CentOS 7 system by typing:
1
sudo yum localinstall google-chrome-stable_current_x86_64.rpm
The command above will prompt you to enter your user password and then it will install Chrome and all other required packages.
Starting Google Chrome
Now that you have Google Chrome installed on your CentOS system, you can start it either from the command line by typing google-chrome &
or by clicking on the Google Chrome icon (Applications → Internet → Google Chrome
):