Close Menu
Technoracle
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    TechnoracleTechnoracle
    • Home
    • AWS
      • EC2
      • Lightsail
      • RDS
      • S3
    • Ubuntu
      • Ubuntu 20.04
      • Ubuntu 22.04
    • AI Tools
    • Web Hosting
    • WordPress
    • Tech News
    Technoracle
    Home - Ubuntu - How to Install Google Chrome on Ubuntu 24.04/22.04/20.04 – Step-by-Step Guide
    Ubuntu

    How to Install Google Chrome on Ubuntu 24.04/22.04/20.04 – Step-by-Step Guide

    Rajesh ShivamBy Rajesh ShivamMay 25, 2021Updated:April 8, 2025No Comments3 Mins Read
    How to Install Google Chrome on Ubuntu

    Installing Google Chrome on Ubuntu might seem tricky at first, especially since it’s not available in the default Ubuntu Software Center. But don’t worry — this step-by-step guide will walk you through downloading and installing Google Chrome on Ubuntu 24.04, 22.04, and 20.04 using the Terminal. Whether you’re a beginner or a seasoned Linux user, this guide ensures a smooth and quick installation.


    Page Contents

    Toggle
      • 🛠️ Prerequisites
    • 🔽 Step 1: Download the Google Chrome .deb Package
    • 📦 Step 2: Install Google Chrome
    • 🚀 Step 3: Launch Google Chrome
      • Option 1 – Using Terminal:
      • Option 2 – From GUI:
    • 🔁 Step 4: Keep Google Chrome Updated
    • 🔗 Related Tutorials You May Like
    • ❓ Frequently Asked Questions
      • Q1: Can I install Google Chrome on Ubuntu without using the terminal?
      • Q2: Is Google Chrome safe to use on Ubuntu?
      • Q3: How do I update Chrome manually?
      • Q4: How do I uninstall Chrome from Ubuntu?
    • 🏁 Final Thoughts

    🛠️ Prerequisites

    Before you begin, make sure you:

    • Have sudo privileges
    • Are connected to the internet
    • Are using Ubuntu 20.04 or newer (including 24.04)

    🔽 Step 1: Download the Google Chrome .deb Package

    Open your Terminal and run:

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

    This will download the latest stable version of Google Chrome suitable for Debian-based systems like Ubuntu.


    📦 Step 2: Install Google Chrome

    Install the downloaded .deb file using the following command:

    sudo dpkg -i google-chrome-stable_current_amd64.deb

    If you see any dependency issues, run:

    sudo apt --fix-broken install

    This will automatically install any missing packages.


    🚀 Step 3: Launch Google Chrome

    Once installed, you can launch Chrome in two ways:

    Option 1 – Using Terminal:

    google-chrome-stable

    Option 2 – From GUI:

    Go to Applications > Google Chrome and click to open.


    🔁 Step 4: Keep Google Chrome Updated

    After installation, Chrome is added to your system’s software sources. You can update it via your regular system updates:

    sudo apt update && sudo apt upgrade

    🔗 Related Tutorials You May Like

    Explore more useful Linux guides:

    • 🔧 How to Check CPU Usage in Linux
    • ⚙️ How to Install LAMP on Ubuntu 22.04
    • 🗂️ How to Zip a Folder in Linux
    • 🎮 How to Install Steam on Ubuntu 20.04

    ❓ Frequently Asked Questions

    Q1: Can I install Google Chrome on Ubuntu without using the terminal?

    Yes, you can download the .deb file from Google Chrome’s official website and install it by double-clicking the file. The terminal method, however, is faster and more flexible.


    Q2: Is Google Chrome safe to use on Ubuntu?

    Absolutely. Google Chrome is one of the most secure and frequently updated browsers. Always install it from the official source.


    Q3: How do I update Chrome manually?

    You don’t need to. Chrome updates automatically when you update your system. You can also run:

    sudo apt update && sudo apt upgrade

    Q4: How do I uninstall Chrome from Ubuntu?

    To remove Chrome from your system, run:

    sudo apt remove google-chrome-stable

    🏁 Final Thoughts

    That’s it! You’ve successfully installed Google Chrome on Ubuntu 24.04, 22.04, or 20.04 using just a few simple terminal commands. Chrome is now ready for you to browse, install extensions, and sync your settings across devices.

    For more Linux and Ubuntu tutorials, don’t forget to explore the Technoracle Blog and subscribe for future updates.

    best browser install chrome install on ubuntu from command line google chrome shortcuts ubuntu tips
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Reddit
    Previous ArticleRemove Directory from Git in 3 steps Quickly
    Next Article How to Fix MySQL Error 1054 Quickly
    Rajesh Shivam
    • LinkedIn

    Rajesh Shivam is a seasoned professional with expertise in AWS and Linux System Administration. With over 10 years of freelancing experience, he brings a wealth of knowledge to the table. Rajesh has a strong passion for technology and stays connected with the latest happenings in the field. His dedication and expertise make him a trusted resource for all things tech-related.

    Related Posts

    linux commands every user should know in 2025
    Ubuntu 24.04

    25 Must-Know Linux Commands Every User Should Master in 2025

    Read More
    TeamViewer and Ubuntu logos on gradient background – banner for how to install TeamViewer on Ubuntu 24.04 tutorial
    Ubuntu 24.04

    How to Install TeamViewer on Ubuntu 24.04 [Fast & Easy Steps]

    Read More
    Troubleshooting ‘Permission Denied (publickey)’ SSH error on a Linux server using secure terminal access
    Ubuntu

    Fix ‘Permission Denied (publickey)’ SSH Error on Linux [Step-by-Step Guide]

    Read More
    Add A Comment
    Leave A Reply Cancel Reply

    linux commands every user should know in 2025

    25 Must-Know Linux Commands Every User Should Master in 2025

    April 10, 2025
    TeamViewer and Ubuntu logos on gradient background – banner for how to install TeamViewer on Ubuntu 24.04 tutorial

    How to Install TeamViewer on Ubuntu 24.04 [Fast & Easy Steps]

    April 10, 2025
    Troubleshooting ‘Permission Denied (publickey)’ SSH error on a Linux server using secure terminal access

    Fix ‘Permission Denied (publickey)’ SSH Error on Linux [Step-by-Step Guide]

    April 8, 2025
    Blog banner showing Ubuntu logo, coding laptop, and icons for VS Code, Docker, and Git with the title 'Perfect Dev Setup in Ubuntu 24.04 – Step-by-step guide for developers' on a dark tech-themed background.

    How to Set Up the Perfect Development Environment on Ubuntu 24.04

    April 8, 2025

    Subscribe to Blog

    Enter your email address to subscribe to
    this blog and receive notifications of new posts by email.

    Facebook X (Twitter) Instagram Pinterest
    • Sitemap
    • Privacy Policy
    • Disclaimer
    • Term of Services
    © 2025 Technoracle

    Type above and press Enter to search. Press Esc to cancel.

    Click to Copy