Answers for "install chrome linux apt"

1

install chrome linux apt

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
Posted by: Guest on June-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language