Warren.Guy.net.au

The personal web site of Warren Guy of Perth, Western Australia

Enabling Universe and Multiverse Repositories in Ubuntu Linux

How to access the community maintained and non-free package collections in Ubuntu Linux (Dapper Drake release)

The easy way

(using Synaptic Package Manager)

  1. Open the Synaptic Package Manger from the Gnome System > Administration menu
  2. Click on Settings and then Repositories
  3. For each channel, click on Edit and tick the universe and multiverse checkboxes. If there are no checkboxes, add universe multiverse to the Components line
  4. Click Close and return to Synaptic Package Manager
  5. Click the Reload button in the toolbar

The harder way

(editing /etc/apt/sources.list)

  1. Open /etc/apt/sources.list using your favourite text editor as root (using sudo or gksudo
  2. Add the following lines to the file:
    deb http://au.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    deb-src http://au.archive.ubuntu.com/ubuntu/ dapper universe multiverse
    
  3. From a terminal window, save the file and update apt
    sudo apt-get update
    

Page modified 114 weeks ago