Installing Chromium Browser in Ubuntu 20.04 and 20.10
The guide below describes how to install Chromium Browser on Ubuntu systems 20.04 and 20.10
We will do the whole thing by executing a few commands in the console.
We log into the console and add the repository:
1 | sudo add-apt-repository ppa:xtradeb/apps |
And we make the installation:
1 | sudo apt install chromium |
We have a browser installed in our system.