Download Chrome Linux Terminal

[Solved] Download Chrome Linux Terminal | Shell - Code Explorer | yomemimo.com
Question : install chrome on linux

Answered by : crazy-chicken-1iv3vfewqx4k

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

Source : https://linuxize.com/post/how-to-install-google-chrome-web-browser-on-ubuntu-18-04/ | Last Update : Sun, 05 Jul 20

Question : install chrome in ubuntu 16.04 using terminal

Answered by : strange-swiftlet-207sadjusibk

sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb

Source : https://askubuntu.com/questions/760085/how-do-you-install-google-chrome-on-ubuntu-16-04 | Last Update : Wed, 01 Jul 20

Answers related to download chrome linux terminal

Code Explorer Popular Question For Shell