Site icon Ubuntu Free

How to install Chrome on Ubuntu 24.04

Installing a web browser like Google Chrome on your Ubuntu 24.04 system can significantly enhance your browsing experience.

Although Ubuntu comes with its own default browsers, Chrome is often preferred for its speed, security, and extensive extension ecosystem.

Fortunately, in 2025, installing Chrome on Ubuntu 24.04 is straightforward, offering a seamless integration with the latest Ubuntu release.

If you’re looking to add Chrome to your system, this guide will walk you through the process, making it easy to get your favorite browser up and running.

Installing Chrome on Ubuntu 24.04

Step 1: Update Your System

Open the terminal by pressing Ctrl + Alt + T and run the following commands to ensure your system is up to date:

sudo apt update
sudo apt upgrade -y

Step 2: Download Google Chrome

Use wget to download the latest Google Chrome .deb package:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Step 3: Install Google Chrome

Install the downloaded package using dpkg:sudo dpkg -i google-chrome-stable_current_amd64.deb

If there are any dependency issues, fix them by running:

sudo apt install -f

Step 4: Launch Google Chrome

After installation, you can start Google Chrome from the terminal or find it in your applications menu.

To launch it via terminal, use:

google-chrome

That’s it! You now have Google Chrome installed on your Ubuntu 24.04 system.

Downloading Chrome on Ubuntu 24.04

To install Google Chrome on your Ubuntu system, just follow the instructions below:

  1. Choose where you want to download Google Chrome from:
  2. Once downloaded, follow the provided installation instructions for the Deb package. After installation, launch Google Chrome from your applications menu and start browsing the web.

What is Google Chrome?

Chrome is an Internet browser developed by Google Inc/Alphabet. that combines a minimal design with sophisticated technology to make the Web faster, safer and easier. The Google Chrome browser offers features including access to favorite pages instantly with thumbnails, desktop shortcuts to launch Web applications, and independently run tabs within the browser to prevent the usual browser crashing you have experienced on Internet Explorer back in the day. 😉

Features:

Google Chrome Screenshots

You can also try Chromium for Ubuntu or Brave web browser.

Exit mobile version