Answers for "check if i have chrome install linux terminal"

0

check chrome version ubuntu via terminal

google-chrome --version
Posted by: Guest on September-29-2020
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

Code answers related to "check if i have chrome install linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language