Quantcast
Channel: How to install Chrome browser properly via command line? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 8

Answer by jrg for How to install Chrome browser properly via command line?

$
0
0

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

Viewing all articles
Browse latest Browse all 8

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>