Chrome on Ubunntu
Method 1: Using the Terminal (Command Line)
- Open Terminal (Ctrl+Alt+T)
- Download the Google Chrome .deb package:
Terminal window wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - Install the package:
Terminal window sudo apt install ./google-chrome-stable_current_amd64.deb - Launch Google Chrome from the Applications menu or by typing:
Terminal window google-chrome-stable
Method 2: Using the Ubuntu Software Center
- Go to the Chrome website (https://www.google.com/chrome/) in Firefox (Ubuntu’s default browser)
- Click the “Download Chrome” button
- Select “64 bit .deb (For Debian/Ubuntu)“
- When the download completes, open the .deb file
- The Ubuntu Software Center will open - click “Install”
- Enter your password when prompted
Chrome will automatically set up its repository so you’ll receive updates through Ubuntu’s standard update system.