Command Line Way of enabling Ubuntu software Repositories For 12.10 and above:
Start Terminal By pressing ctrl + alt + T . Then get root access by entering sudo -i (when prompted fro password,enter the password you have given)
To enable main repository, Enter the following Code-
sudo add-apt-repository main
To enable universe repository, Enter the following Code-
sudo add-apt-repository universe
To enable multiverse repository, Enter the following Code-
sudo add-apt-repository multiverse
To enable restricted repository,Enter the following Code-
sudo add-apt-repository restricted
Dont forget to update by using the following command –
apt-get update
There you go, you have successfully enabled Ubuntu software Repositories For 12.10 and above Ubuntu installation. Thanks for reading. Checkout our Magneto codes if you like.
1 thought on “Command Line Way of enabling Ubuntu software Repositories For 12.10 and above | Ubuntu : Enabling the Ubuntu universe Repository”