Answers for "cannot open chrome in linux"

30

install chrome on 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
0

how to open chrome on linux mac

open -a "Google Chrome"
Posted by: Guest on December-22-2021

Code answers related to "cannot open chrome in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language