id: 12320    nodeId: 12320    type: General    point: 142.0    linkPoint: .0    maker: cella    permission: linkable    made at: 2017.06.26 05:36    edited at: 2017.06.29 05:54
how to install Google Chrome on Ubuntu 16.04 LTS
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

If error messages pop up after running the command sudo dpkg -i google-chrome*.deb then run the command

sudo apt-get install -f

and then re-run the previous command.
https://askubuntu.com/questions/79280/how-to-install-chrome-browser-properly-via-command-line

Return to 파셴(Paschen) or how to install Google Chrome on Ubuntu 16.04 LTS