How to Install Google Chrome on Ubuntu Linux
Installing Google Chrome on Ubuntu Linux requires downloading a special installation file ending in .deb directly from the Google website and running a short command in your terminal. Ubuntu is a popular computer operating system that comes with the Firefox web browser built in, but you need to add Chrome manually if you prefer Google’s browser.
Most modern Ubuntu computers use the 64-bit version, so you must pick the amd64 option when you download the file. Once the download finishes, you just open your terminal window and type a few short commands to put the browser on your PC and start browsing the web.
Download the Debian package (.deb) from Google’s website. Open the downloaded file with Software Install, then click Install and authenticate with your password. Alternatively, use the terminal commands `wget` to download and `sudo apt install` to install.
How to download Google Chrome on Ubuntu Linux
You can download Google Chrome on Ubuntu Linux straight from your current web browser. Go to the official Google Chrome download page and click the ‘Download Chrome’ button. The website automatically detects the correct version for your Ubuntu system, ensuring a smooth installation and operation.
Head to the official download page and click the Download Chrome button.

The site automatically detects your system architecture, ensuring you get the right version for Ubuntu. Click Accept and Install to kick off the download.
Click Accept and Install to start the download.

The system will ask where you want to save the file; 'OK' selects the default.

When the download finishes, open your File Explorer, go to your Home folder, and then the Downloads folder.
Right-click the downloaded file and choose 'Open With Software Install.'

This launches Ubuntu Software, where you can click 'Install.'

You'll then be asked for your password to authenticate. Confirm it, and the installation will begin.

Wait for the installation to complete. After a brief moment, depending on the speed of your computer, Google Chrome will be ready.
To launch it, go to the Activities ==> overview, search for Google Chrome.

Launch Chrome, sync your data, and enjoy!

How to install Google Chrome using Command Line
Terminal enthusiasts can also install Google Chrome using a couple of quick commands. You'll use a few commands in your terminal. First, you'll download the Chrome package to a temporary location, then run another command to install it directly onto your system.
Run the commands below to download and install Chrome.
cd /tmp wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
After downloading, run the commands below to install from the same directory downloaded into.
sudo apt install ./google-chrome-stable_current_amd64.deb
That should do it!
Google Chrome brings robust speed and security features to Ubuntu Linux, making it a reliable daily browser.
- Google Chrome is a powerful and widely used web browser that enhances your browsing experience on Ubuntu Linux.
- The installation process can be done quickly via the GUI or command line, catering to all user preferences.
- Following the steps outlined, users can quickly get up and running with Chrome on their Ubuntu systems.
- For new users, utilizing Google Chrome can improve productivity and web navigation.
- Enjoy seamless browsing alongside the extensive features and security that Google Chrome offers.
Can I install Google Chrome on Linux Ubuntu?
Yes, you can install Google Chrome on Ubuntu Linux. You'll need to download a special file directly from Google's website and then use a command in the terminal to install it. It's not included by default, so manual installation is required.
How do I install Chrome on my Ubuntu terminal?
After downloading the Google Chrome .deb file from Google's website, open your terminal. Navigate to the folder where you saved the file. Then, type `sudo dpkg -i google-chrome-stable_current_amd64.deb` and press Enter to install it.
Why can't i install Google Chrome on Ubuntu?
Google Chrome isn't in Ubuntu's standard software list because it's made by Google, not Ubuntu. To install it, you must download a specific file from Google's site. This allows you to add Chrome to your system manually.
How to reinstall Chrome browser in Ubuntu?
To reinstall Chrome on Ubuntu, first remove the current version using the terminal command `sudo apt remove google-chrome-stable`. Then, download the latest .deb file from Google's website and install it again using `sudo dpkg -i google-chrome-stable_current_amd64.deb`.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!