Follow
Browsers Ubuntu Linux

How to Install Google Chrome on Ubuntu Linux

Richard
Written by
Richard
Oct 17, 2021 Updated Mar 18, 2026 2 min read
How to Install Google Chrome on Ubuntu Linux
How to Install Google Chrome on Ubuntu Linux

You install Google Chrome on Ubuntu Linux by downloading the Debian package (.deb file) directly from Google’s website.

Google Chrome is a proprietary web browser developed by Google, known for its speed, security features, and extensive extension library. Unlike many other Linux applications, it is not typically found in Ubuntu’s default software repositories.

This guide will walk you through the straightforward process of getting Chrome onto your Ubuntu system, ensuring you can browse the web with your preferred tool. We will cover downloading the correct file and using the terminal to install it.

For example, you’ll be downloading the ‘amd64’ version of the package, which is standard for most modern Ubuntu desktop installations.

⚡ Quick Answer

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

Installing Google Chrome on Ubuntu Linux is pretty straightforward. Like any other operating system, use an existing web browser (obviously not your favorite) and head to Chrome’s download page (link below).

Once on the download page, click the Download Chrome button to download and install.

Google Chrome ubuntu
google chrome ubuntu

Your browser will automatically choose the correct version for your system. In this case, Debian/Ubuntu.

Click Accept and Install to begin the download process.

Google chrome ubuntu install
google chrome ubuntu 1

You’ll be prompted to choose the location to save the downloaded file. Click OK to accept the default option.

Google Chrome download page displayed on an Ubuntu Linux desktop
google chrome ubuntu 2

Once the file is downloaded, open the File Explorer on the left, then go to your Home folder and open the Downloads folder.

In the Downloads folder, right-click the downloaded file and choose Open With Software Install.

Google Chrome Ubuntu
google chrome ubuntu 3

This should open the Ubuntu Software app to install Google Chrome. When it does, click Install.

Selecting the Debian or Ubuntu package for Google Chrome installation
google chrome ubuntu 4

After clicking Install, you will be prompted to type your password and authenticate. Confirm your password and continue.

Google Chrome Ubuntu
google chrome ubuntu 4 1

Wait for the installation to complete. After a brief moment, depending on the speed of your computer, Google Chrome should be installed and ready to use.

Once the installation is complete, go to the Activities ==> overview, then search for Google Chrome.

Ubuntu Google Chrome install
google chrome ubuntu 5

Launch Chrome, sync your data, and enjoy!

Google Chrome browser install
google chrome ubuntu 6

How to install Google Chrome using Command Line

All of the steps above can be done simply with two command lines. If you’re comfortable using the command line console, run the below commands to download and install Google Chrome.

Run the commands below to download and install Chrome.

Command Prompt
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.

🐧Bash / Shell
sudo apt install ./google-chrome-stable_current_amd64.deb

That should do it!

Conclusion:

  • 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.

Was this guide helpful?

Was this helpful?
Richard

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.

📚 Related Tutorials

How to Install Ubuntu Linux
Ubuntu Linux How to Install Ubuntu Linux
How to Set Google Chrome to Use System Default Printer
Browsers How to Set Google Chrome to Use System Default Printer
How to Delete Browsing Data in Google Chrome
Browsers How to Delete Browsing Data in Google Chrome
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *