How to install Chromium on Ubuntu 24.04

Share

Hello everyone, you can download and install Chromium for Ubuntu and enjoy one of the best open-source browsers for Linux Ubuntu. I’ve been using Chromium for over four years, and it remains a solid choice for its speed and simplicity. Now available as a SNAP app.

Chromium is similar to Chrome, offering community-driven updates along with Google’s security fixes. It may not have as many features, but it runs smoothly on older machines. If you’re exploring other browsers, consider Tangram for web app management or Opera for its built-in VPN.

Let me know in the comments: Chromium or Chrome? (I mostly use Chrome myself.)

Installing Chromium on Ubuntu 24.04

To install Chromium on your Ubuntu system, follow these steps:

  1. Choose where you want to download Chromium from:
  2. Once downloaded, follow the installation instructions for your chosen format. After installation, launch Chromium from your applications menu.

Installing Chromium Using the Command Line

  1. Open your terminal.
  2. To install Chromium via Snap, use the command:
    sudo snap install chromium
  3. Alternatively, to install Chromium via Flatpak, use this command:
    flatpak install flathub org.chromium.Chromium
  4. Once installed, you can launch Chromium from your applications menu or by typing:
    chromium-browser

Chromium Official New Logo

What Is Chromium?

Chromium is an open-source browser project designed to provide a safer, faster, and more stable web browsing experience. Although backed primarily by Google, the open-source nature of Chromium means that developers worldwide contribute to its ongoing improvements, adding a variety of features and enhancements.

Features:

  • Speed: Optimized for fast and efficient browsing, ensuring a smooth experience even with multiple tabs open.
  • Open Source: Chromium’s open-source code allows anyone to access, modify, and contribute to its development, making it a favorite among developers looking to create custom browsers or tweak its functionality.
  • Cross-Platform Support: Available on Windows, macOS, Linux, ChromeOS, Android, and iOS, allowing users to enjoy a consistent browsing experience across different devices.
  • Syncing: Sync bookmarks, history, and preferences across multiple devices, providing a seamless and consistent browsing experience wherever you go.
  • Extensions: Supports a wide range of extensions and add-ons, letting you customize your browsing experience and enhance productivity according to your needs.

Chromium Browser Screenshots

How to Uninstall Chromium via Terminal on Ubuntu

  1. Open your terminal.
  2. If you installed Chromium via Snap, use the command:
    sudo snap remove chromium
  3. If you installed Chromium via Flatpak, use this command:
    flatpak uninstall org.chromium.Chromium
  4. To remove any residual configuration files, run:
    rm -rf ~/.config/chromium

You might also try other browsers like Brave, Opera & Tangram.