Google Chrome is not in the repositories because it is proprietary, however Chromium(the open source platform Chrome is built upon) is.
These are the instructions to install Chrome on a 64 bit Linux distribution as that architecture is the only one Chrome supports.
To install Google Chrome, run the following:
sudo apt-get install libxss1 libappindicator1 libindicator7wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo apt install ./google-chrome*.deb
Installed this way, the package has the name google-chrome-stable
.
If error messages pop up after running the command sudo apt install ./google-chrome*.deb
then run the command
sudo apt-get install -f