How To Install Google Chrome on Ubuntu Linux
How To Install Google Chrome on Ubuntu Linux
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl-ssl.google.com/linux/chrome/deb stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install -y google-chrome-stable
Tested with Ubuntu 1710
Related
- Move Files If They Exist Using Bash and Cron
- How to Create a Command Alias in Linux
- Find Command in Linux
- Linux Groups
- Linux Users
- Displaying Network Statistics in Linux
- Linux IP Essentials
- Linux Routing Essentials
- Simple Public Linux File Share Samba
- Enable IP Forwarding in Linux
- Compress and Extract Files Using the tar Command on Linux
- LUKS: Linux Unified Key Setup Essentials
- Linux Command Line Text Editors Essentials
- How to Blank the Screen on a Linux Desktop