To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, copy and paste the commands below to download Google Chrome 32-bit deb package.
Method 1
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
Method 2
Download location:
(32-bit): google-chrome-unstable_current_i386.deb
(64-bit): google-chrome-unstable_current_amd64.deb
Next, run the commands below to install Google Chrome.
sudo dpkg -i google-chrome*
If the above commands fail to install Google Chrome, run the commands below to force the installation.