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

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.

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

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.

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

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

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.

Launch Chrome, sync your data, and enjoy!

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.
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!
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?
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!