Skip to main content
ubuntuask.com

Back to all posts

How to Install Chrome In Ubuntu?

Published on
3 min read
How to Install Chrome In Ubuntu? image

Best Chrome Installation Tools to Buy in March 2026

1 Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly

Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly

BUY & SAVE
$37.88 $59.99
Save 37%
Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly
2 The Software Developer's Guide to Linux: A practical, no-nonsense guide to using the Linux command line and utilities as a software developer

The Software Developer's Guide to Linux: A practical, no-nonsense guide to using the Linux command line and utilities as a software developer

BUY & SAVE
$30.00 $39.99
Save 25%
The Software Developer's Guide to Linux: A practical, no-nonsense guide to using the Linux command line and utilities as a software developer
3 Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security

Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security

BUY & SAVE
$38.62 $55.99
Save 31%
Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security
4 Small, Sharp Software Tools: Harness the Combinatoric Power of Command-Line Tools and Utilities

Small, Sharp Software Tools: Harness the Combinatoric Power of Command-Line Tools and Utilities

BUY & SAVE
$21.58 $38.95
Save 45%
Small, Sharp Software Tools: Harness the Combinatoric Power of Command-Line Tools and Utilities
5 Your Linux Toolbox

Your Linux Toolbox

  • COMPREHENSIVE LINUX TOOLS GUIDE FOR ALL SKILL LEVELS.
  • EASY-TO-FOLLOW TECHNIQUES IN A HANDY PAPERBACK FORMAT.
  • BOOST PRODUCTIVITY WITH PRACTICAL LINUX SOLUTIONS AT YOUR FINGERTIPS.
BUY & SAVE
$20.34 $29.95
Save 32%
Your Linux Toolbox
6 Learn How to Use Linux, Linux Mint Cinnamon 22 Bootable 8GB USB Flash Drive - Includes Boot Repair and Install Guide Now with USB Type C

Learn How to Use Linux, Linux Mint Cinnamon 22 Bootable 8GB USB Flash Drive - Includes Boot Repair and Install Guide Now with USB Type C

  • EASILY TRY LINUX MINT WITHOUT INSTALLING ON YOUR CURRENT OS!

  • 24/7 SUPPORT AND EASY GUIDE MAKE SWITCHING SIMPLE!

  • LIFETIME FREE UPDATES WITH COMPREHENSIVE APPS INCLUDED!

BUY & SAVE
$22.95
Learn How to Use Linux, Linux Mint Cinnamon 22 Bootable 8GB USB Flash Drive - Includes Boot Repair and Install Guide Now with USB Type C
7 MTN TOOL Linux Distressed Dad Hat, Programmer Hat, Software Engineer, Systems Engineer Black

MTN TOOL Linux Distressed Dad Hat, Programmer Hat, Software Engineer, Systems Engineer Black

  • UNIQUE WORN LOOK: STAND OUT WITH VINTAGE-INSPIRED STYLE!
  • PROUDLY EMBROIDERED IN THE USA: SHOW YOUR SUPPORT FOR LOCAL CRAFTSMANSHIP.
  • PERFECT FOR EVERY OCCASION: VERSATILE HAT FOR CASUAL AND TRENDY OUTFITS!
BUY & SAVE
$28.95
MTN TOOL Linux Distressed Dad Hat, Programmer Hat, Software Engineer, Systems Engineer Black
+
ONE MORE?

To install Chrome in Ubuntu, you can follow these steps:

  1. Open a web browser (such as Firefox) and go to the Google Chrome website.
  2. On the Chrome download page, click on the "Download Chrome" button.
  3. A dialog box will appear asking if you want to download the .deb file. Click on "Accept and Install" to proceed.
  4. The .deb file will be downloaded to your system. Once the download is complete, locate the file in your Downloads folder.
  5. Double click on the .deb file to open it. The Ubuntu Software Centre will open showing the details of the software package.
  6. Click on the "Install" button to start the installation process.
  7. You may be prompted to enter your password. Provide your password and click on "Authenticate" to continue.
  8. The installation will now begin. Wait until the installation is complete.
  9. After the installation is finished, you can launch Chrome by searching for "Chrome" in the Activities menu or by clicking on the Chrome icon in the Launcher.
  10. The first time you launch Chrome, you will be prompted to set it as the default browser and import settings from your previous browser. Follow the prompts to complete the initial setup.

That's it! You have successfully installed Google Chrome on your Ubuntu system.

What is the command to update the package lists in Ubuntu?

The command to update the package lists in Ubuntu is:

sudo apt update

What is the command to remove Firefox in Ubuntu?

To remove Firefox in Ubuntu, you can use the following command in the terminal:

sudo apt remove firefox

This command will remove the Firefox browser from your Ubuntu system.

What is the command to uninstall Chrome in Ubuntu?

The command to uninstall Google Chrome in Ubuntu is:

sudo apt-get purge google-chrome-stable

Can I install Chrome on Ubuntu Server?

Yes, you can install Google Chrome on Ubuntu Server. However, keep in mind that Ubuntu Server is typically used for headless operations, meaning it doesn't have a graphical user interface (GUI) by default. Chrome is a web browser with a GUI interface, so it may not be the most suitable choice for a server environment.

If you still want to install Chrome on Ubuntu Server, you can try using a command-line installable version of Chrome called "Chromium." Chromium is an open-source project from which Chrome is derived. To install Chromium, you can open a terminal on your Ubuntu Server and run the following commands:

  1. Update the package list:

sudo apt update

  1. Install Chromium:

sudo apt install chromium-browser

This will install the Chromium browser on your Ubuntu Server. Keep in mind that unlike Chrome, Chromium does not include proprietary Google services and some features may be missing.

If you specifically need Google Chrome, you could consider using a remote desktop solution to access the server with a GUI, or you could try using a headless browser like "Chromium Headless" for automated tasks that don't require a graphical interface.

What are the system requirements for installing Chrome in Ubuntu?

The system requirements for installing Chrome in Ubuntu are as follows:

  1. A computer running Ubuntu or a Ubuntu-based Linux distribution.
  2. A minimum of 1 GHz processor.
  3. At least 2 GB of RAM.
  4. 16 GB of free disk space.
  5. A screen resolution of at least 1024x768.
  6. A network connection (for downloading and installing Chrome).
  7. Administrator access to install software on the system.

Note: These requirements are subject to change as Google may update the system requirements for future versions of Chrome.