Download the .deb file by running the following command.
#wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
When the download is complete, use the following dpkg command to install Google Chrome from the .deb file.
sudo dpkg -i google-chrome-stable_current_amd64.deb
If there’s an error about dependencies, run the following command.
sudo apt -f install