Installing Google Chrome on CentOS
Follow the steps listed below to install Google Chrome on your CentOS system:
- Start by opening your terminal and downloading the latest Google Chrome
.rpm
package with the following wget command: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:
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.