Answers for "install chrome ubuntu automatic update"

1

install chrome ubuntu automatic update

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt update 
sudo apt install google-chrome-stable
Posted by: Guest on May-28-2021

Code answers related to "install chrome ubuntu automatic update"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language