0% found this document useful (0 votes)
5 views4 pages

ubuntu

This document provides two methods for installing Google Chrome on Ubuntu: using the Terminal and using the GUI Software Installer. The Terminal method involves downloading the .deb package and installing it with dpkg, while the GUI method requires downloading from the Chrome website and using the Software Install application. After installation, users can launch Chrome via the command line or through the Applications menu.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

ubuntu

This document provides two methods for installing Google Chrome on Ubuntu: using the Terminal and using the GUI Software Installer. The Terminal method involves downloading the .deb package and installing it with dpkg, while the GUI method requires downloading from the Chrome website and using the Software Install application. After installation, users can launch Chrome via the command line or through the Applications menu.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1

Chrome Google Chrome


on Ubuntu,
ubuntu

DATE \@ "MMMM d" \* MERGEFORMAT


May 14

COMPANY NAME
Authored by: Your Name

2
Method 1: Using Terminal
(Recommended)
1. Open Terminal (Ctrl + Alt + T)
2. Download the Chrome .deb
package:
wget
https://dl.google.com/linux/direct/googl
e-chrome-stable_current_amd64.deb
3. Install the package using dpkg:
sudo dpkg -i google-chrome-
stable_current_amd64.deb
4. Fix any dependency issues (if
needed):
sudo apt --fix-broken install

Method 2: Using GUI (Software


Installer)
1. Go to:
https://www.google.com/chrome/
3
2. Click Download Chrome.
3. Select .deb for Debian/Ubuntu,
then click Accept and Install.
4. Open the downloaded .deb file
with Software Install.
5. Click Install, and enter your
password if prompted.

Launch Chrome
Once installed, you can start Chrome
by typing:
google-chrome
Or find it in your Applications menu as
Google Chrome.

You might also like