Hello everyone, you can download Chromium for Ubuntu and enjoy one of the best open-source browsers for Linux. 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.)
How to Install Chromium on Ubuntu
To install Chromium on your Ubuntu system, follow these steps:
- Choose where you want to download Chromium from:
- 🌐 Download from the Official Website (Source code and other formats)
- 📦 Download from Flathub (Flatpak package)
- 🐧 Download from Snapcraft (Snap package)
- Once downloaded, follow the installation instructions for your chosen format. After installation, launch Chromium from your applications menu.
How to Install Chromium Using the Command Line
- Open your terminal.
- To install Chromium via Snap, use the command:
sudo snap install chromium
- Alternatively, to install Chromium via Flatpak, use this command:
flatpak install flathub org.chromium.Chromium
- Once installed, you can launch Chromium from your applications menu or by typing:
chromium-browser
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
- Open your terminal.
- If you installed Chromium via Snap, use the command:
sudo snap remove chromium
- If you installed Chromium via Flatpak, use this command:
flatpak uninstall org.chromium.Chromium
- To remove any residual configuration files, run:
rm -rf ~/.config/chromium
You might also try other browsers like Brave, Opera & Tangram.