Configure Universe, Multiverse And Restricted repo On Ubuntu 20.04 LTS

Tutorial to enable/disable Universe, Multiverse, and Restricted repository on Ubuntu 20.04 LTS.

We will learn to enable Universe, Multiverse, and Restricted and at the same time, we will learn how to disable Universe, Multiverse, and Restricted in Ubuntu 20.04 LTS.

 

 

Configure Universe, Multiverse And Restricted repo On Ubuntu 20.04 LTS

We will enable the Universe, Multiverse, and Restricted repositories via command line in Ubuntu 20.04 LTS. Run the following commands:

sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo add-apt-repository restricted

Run the following command to check the enabled repositories in Ubuntu:

grep ^deb /etc/apt/sources.list

If you want to disable Universe, Multiverse and Restricted repositories then simply run the following commands:

sudo add-apt-repository --remove universe
sudo add-apt-repository --remove multiverse
sudo add-apt-repository --remove restricted
READ More Relevant Stuff:  Canonical Introducing The Ubuntu AWS Rolling Kernel

Leave a Reply

Your email address will not be published. Required fields are marked *