Install Google Chrome on Linux
Instructions for installing google chrome on Ubuntu
1. Download Google Chrome
- Method 1: Download the Chrome installer from their official website
- Navigate to this URL and install the 64-bit.deb package: https://www.google.com/chrome/?platform=linux
- Method 2: Download the Chrome installer over the internet via the terminal
- Open a new terminal window and enter the following command: '
wget
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
' - Computer must be online for this to work
- Open a new terminal window and enter the following command: '
2. Install Google Chrome
- Via terminal, navigate (
cd
) into the directory where the installer is downloaded'cd Downloads'
if the installer is in the downloads folder
- Run the following command:
'sudo dpkg -i g
[then press the tab key to autocomplete file name]' or'sudo dpkg -i
[file_name]'
3. Launch Google Chrome
- Method 1: Launch from the application menu
- Navigate to the application in the application menu. You can also press the windows icon on the keyboard and search for it.
- Method 2: Launch from the terminal
- Open a new terminal window and enter the following command: 'google-chrome-stable'