Skip to content

Instantly share code, notes, and snippets.

@mdeanda
Created October 27, 2019 04:50
Show Gist options
  • Save mdeanda/9af179051dde7b381f717092703c0fcf to your computer and use it in GitHub Desktop.
Save mdeanda/9af179051dde7b381f717092703c0fcf to your computer and use it in GitHub Desktop.
Ubuntu Notes -- chrome

install chromium

sudo apt-get install chromium-browser

install google chrome

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

source: https://askubuntu.com/questions/510056/how-to-install-google-chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment