Install Chromium Ubuntu 20.04
Chromium – a very popular browser is open source, developed by Google At the moment he occupies a leading position in the browser market, despite the fact that there are still Mozilla Firefox, which is more popular on Linux systems. Google releases its browser in two editions – Google Chrome is closed source and collecting statistics on the use of the browser, and the Chromium version is open source.
The first edition comes in a ready to install binary packages for Chromium just published the source code for the Assembly, preparation of the binaries and updating an engaged community, or rather, the distro maintainers. In this article we will discuss how to install Chromium in Ubuntu 20.04, or 18.04 16.04.
- What distinguishes Chromium from Google Chrome
- Installing Chromium in Ubuntu 20.04
- To Remove Chromium
- Insights
What distinguishes Chromium from Google Chrome
The difference between Google Chrome and Chromium, there are quite significant. Chromium is an open project to develop a lightweight and fast browser. It is being developed by the community and developers at Google. The source code of the browser is completely open and available to all.
Google Chrome is developed by Google too, but already based on Chromium. It contains Chromium, and the Flash modules, and modules for sending statistics to Google. Chromium-based developed not only the browser, but many others, including Opera and Yandex Browser.
Installing Chromium in Ubuntu 20.04
Proprietary version in the official repositories there, but since we are interested in a free gathered by the maintainers, then we can install it using the system package Manager without any problems. First update the package lists to get the newest available version:
sudo apt update
Then type to install:
sudo apt install chromium-browser
Will set the version that was current at the time of the distribution release, plus security updates, if they were. You can install Chromium using the snap package:
snap install sudo chromium-browser
So you will get the latest stable version of the browser. But if you want the latest version for developers, you will have to use a ppa. To add repository in the system, follow these:
sudo add-apt-repository ppa:saiarcot895/chromium-dev
Then update package lists:
sudo apt-get update
You can install Chromium Ubuntu 16.04:
sudo apt install chromium-browser
Will be installed version of the program for developers. At the moment the latest – 83, and the version for developers – 85. You can run the program via terminal or from the main menu.
To see what you have right now the version type in the browser address bar chrome://version:
To Remove Chromium
If you don’t want to use a test version of the program, then you can roll it to the version in the repositories. For this you need a utility ppa-purge:
sudo apt instal ppa-purge
Now removed Chromium completely remove the PPA and all installed packages:
sudo ppa-purge ppa:saiarcot895/chromium-dev
If you need to uninstall the stable version installed from the official repository, run:
sudo apt remove chromium-browser
All the program is removed from your system.
Insights
That’s all in this small article, we discussed how to install Chromium in Ubuntu 20.04. As you can see, it’s very simple and if you are stable enough version, then you don’t even need to use a PPA. If you have any questions, please ask in the comments!