avatar
install Google Chrome Linux

Use wget to download the latest Google Chrome.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Running the following command as a user with sudo privileges to install Chrome .deb package.

sudo apt install ./google-chrome-stable_current_amd64.deb
24
You need to login to do this manipulation!