How To Install Google Chrome in Ubuntu 24.04 LTS (Step-by-Step Guide)
Ubuntu 24.04 LTS is one of the most stable and long-term supported Linux operating systems. While Ubuntu comes with Mozilla Firefox pre-installed, many users prefer Google Chrome because of its speed, strong security, extension ecosystem, and compatibility with modern web applications.
In this detailed guide, you will learn how to install Google Chrome in Ubuntu 24.04 LTS using multiple methods. This tutorial is beginner-friendly and suitable for students, professionals, developers, and system administrators.
What Is Google Chrome?
Google Chrome is a free web browser developed by Google. It is based on the Chromium open-source project and is widely used across Windows, macOS, Linux, Android, and iOS platforms.
Key Features of Google Chrome
- Fast and smooth browsing experience
- Advanced security and sandboxing
- Automatic updates
- Large extension library
- Google account sync across devices
Why Install Google Chrome on Ubuntu 24.04 LTS?
Although Firefox is a great browser, Google Chrome is often required for the following use cases:
- Web development and testing
- Google services optimization
- Corporate and office applications
- Chrome-only extensions
- Better performance on some websites
System Requirements
Before installing Google Chrome, make sure the following requirements are met:
- Ubuntu 24.04 LTS (64-bit) is installed
- Active internet connection
- User has sudo (administrator) privileges
Video Tutorial: Install Google Chrome on Ubuntu 24.04 LTS
This video tutorial complements the written guide and explains the Chrome installation process visually.
Watch the complete step-by-step video tutorial above for better understanding.
Method 1: Install Google Chrome Using Terminal (Recommended)
This is the official and safest method and is highly recommended for better stability and automatic updates.
Step 1: Update Ubuntu System
Open the terminal and run the following command:
sudo apt update
This ensures that your system packages are up to date.
Step 2: Download Google Chrome .deb Package
Run the command below to download the official installer:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
This downloads the official Google Chrome package for Ubuntu.
Step 3: Install Google Chrome
Install the downloaded package using:
sudo apt install ./google-chrome-stable_current_amd64.deb
If you face dependency issues, fix them using:
sudo apt --fix-broken install
Step 4: Launch Google Chrome
You can open Google Chrome from:
- Applications Menu → Google Chrome
Or launch it using the terminal:
google-chrome
Method 2: Install Google Chrome Using GUI (Without Terminal)
This method is ideal for beginners who prefer a graphical installation process.
Step 1
Open Firefox (default browser in Ubuntu).
Step 2
Visit the official Google Chrome website:
https://www.google.com/chrome
Step 3
Click on Download Chrome.
Step 4
Select 64-bit .deb (For Debian/Ubuntu).
Step 5
Open the downloaded file and click Install.
Verify Google Chrome Installation
To confirm that Google Chrome is installed correctly, run:
google-chrome --version
If installed successfully, the Chrome version number will be displayed.
Enable Automatic Updates for Google Chrome
When Google Chrome is installed, its official repository is automatically added to the system. Chrome will receive updates automatically with system updates using:
sudo apt upgrade
Common Problems and Solutions
Chrome Not Opening After Installation
Run the following command:
google-chrome --no-sandbox
Dependency Error During Installation
Fix it using:
sudo apt --fix-broken install
Chrome Not Appearing in Applications Menu
Log out and log back in, or restart your system.
How to Uninstall Google Chrome from Ubuntu 24.04
To remove Google Chrome:
sudo apt remove google-chrome-stable
To remove configuration files completely:
sudo apt purge google-chrome-stable
Is Google Chrome Safe on Ubuntu?
Yes, Google Chrome is safe to use on Ubuntu. It includes:
- Automatic security updates
- Built-in malware protection
- Advanced sandboxing technology
This makes Chrome suitable for both daily and professional use.
Frequently Asked Questions (FAQ)
Is Google Chrome free for Ubuntu?
Yes, Google Chrome is completely free to use on Ubuntu.
Can I install Chrome without using the terminal?
Yes, you can install Chrome using the GUI method.
Does Chrome slow down Ubuntu?
No, Google Chrome runs smoothly on modern systems.
Chrome vs Firefox on Ubuntu?
Firefox is open-source, while Chrome offers better compatibility with many modern web applications.
Final Conclusion
Installing Google Chrome on Ubuntu 24.04 LTS is simple, secure, and beginner-friendly. The terminal method is recommended for better stability, while the GUI method is perfect for new users. After installation, you can enjoy fast browsing, powerful extensions, and seamless Google services on Ubuntu Linux.
