Difference between revisions of "Google Chrome Debian"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "<nowiki>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | su...") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | <nowiki>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | + | <nowiki>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - |
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list | echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install google-chrome-stable</nowiki> | sudo apt-get install google-chrome-stable</nowiki> | ||
Latest revision as of 08:20, 10 May 2018
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list sudo apt-get update sudo apt-get install google-chrome-stable