Chrome is an excellent web browser nowadays. It is widely used by normal users and web developers in Microsoft Windows OS. Sometimes, it is also desirable to use Chrome in Linux OS. This post describes the steps to install Chrome in Ubuntu and RHEL Linux.
1. Install Chrome in Ubuntu Linux
a) Download the Chrome package using the below command
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
b) Install the Chrome package using the below command
apt install ./google-chrome-stable_current_amd64.deb
2. Install Chrome in RHEL Linux
a) Download the Chrome rpm using the below command
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
b) Install the Chrome package using the below command
rpm -ivh google-chrome-stable_current_x86_64.rpm