Skip to content

Instantly share code, notes, and snippets.

@Austcool-Walker
Last active December 30, 2022 12:21
Show Gist options
  • Save Austcool-Walker/3f898ff04e5e0a9644ab487984e5eeec to your computer and use it in GitHub Desktop.
Save Austcool-Walker/3f898ff04e5e0a9644ab487984e5eeec to your computer and use it in GitHub Desktop.
Install Google Chrome on Ubuntu/Debian

Run these commands in order in TTY or Terminal.

wget -qO - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/google-chrome.list
sudo apt update && sudo apt install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment