Enabling the Universe & Multiverse repositories will give you access to tons of software that your Ubuntu system doesn’t give you access to by default. Here is how to enable them.
- Open a Terminal. Applications > Accessories > Terminal
- Type in:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bakThis makes a copy of the file we’re going to modify, in case we need to restore it later.
- Then:
sudo nano /etc/apt/sources.listYou can use nano, or your text editor of choice. For example, if you preferred gedit, you’d enter:
gksudo gedit /etc/apt/sources.list - Now, find the lines that look like these below, and remove the ” # ” that appears in front of them.
deb http://us.archive.ubuntu.com/ubuntu/ hardy universedeb-src http://us.archive.ubuntu.com/ubuntu/ hardy universedeb http://us.archive.ubuntu.com/ubuntu/ hardy-updates universedeb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates universedeb http://us.archive.ubuntu.com/ubuntu/ hardy multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ hardy multiversedeb http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
- Save the file and exit.
- Update with the new repository(s):
sudo apt-get update
Now you can install software from the Universe & Multiverse repositories. This software should appear in Add/Remove when you tell it to show you All available applications. Click the picture to enlarge.

Recent...