Skip to content

Instantly share code, notes, and snippets.

@supriya-gdptl
Created March 19, 2020 20:18
Show Gist options
  • Save supriya-gdptl/c44ab3a36e805ec4c7b09f41c793cbe0 to your computer and use it in GitHub Desktop.
Save supriya-gdptl/c44ab3a36e805ec4c7b09f41c793cbe0 to your computer and use it in GitHub Desktop.
# install Google Chrome on Ubuntu 14.04 64-bit on terminal
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
# source: https://itsfoss.com/install-chrome-ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment