In this blog, we will specifically discuss various methods using which you can install chromium on the latest version on Ubuntu 22.04.
How to Install Chromium on Ubuntu 22.04
As already mentioned, there are numerous ways available that help you install Chromium on Ubuntu 22.04. Here we will discuss each one separately.
But before that, a step that we recommend you to perform, no matter which method you are using, is to update your system and existing packages.
Output
Follow this step every time you are about to install something on your system.
Method 1: Using APT Package
This section elaborates how we can use the apt package to install chromium. This is regarded as the quickest and easiest method.
Step 1: Install Chromium
In order to install chromium, run the below-given command.
Output
Chromium was installed with success.
Step 2: Verify Installation
Now verify this installation using this command.
Output
If you have installed chromium using the apt package, then you have to use this command to uninstall it.
Output
Chromium was uninstalled.
Method 2: Using Snap Package
The second method that can be used to install chromium is using the Snap package.
Step 1: Check Snap
In order to check if you have the Snap package installed on your system or not, use the following command.
Output
Snap package is installed on our system. However, if snap is not installed on your Ubuntu 22.04 system, then utilize the following command.
Step 2: Install Chromium
At last, use this to install chromium.
Output
Chromium is successfully installed from Snap Store.
How to uninstall Chromium from Ubuntu 22.04
If chromium was installed through the snap store, then it can be removed by running this command.
Output
Chromium was removed successfully.
How to Launch Chromium on Ubuntu 22.04
Now that you have installed chromium, use the below command to launch the app.
Or,
Output
The app has been launched.
Conclusion
You can install chromium browser on Ubuntu 22.04 either using the Apt package or the Snap package. When using the apt package, simply use the $ sudo apt install chromium-browser -y command, whereas, in the case of Snap first install the package, then use this command $ sudo snap install chromium to install chromium. Do not forget to update your system before installing anything.