Answers for "lauch google chrome on command line on linux"

21

install google chrome linux

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Posted by: Guest on June-28-2020
1

run google chrome from terminal

google-chrome
Posted by: Guest on January-20-2021

Code answers related to "lauch google chrome on command line on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language