For 64-bit systems user can use this code:
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
For 32-bit systems user can use this code:sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*.deb
If error messages pop up after running the command sudo dpkg -i google-chrome*.deb
then run the command sudo apt-get install -f