Changes between Version 2 and Version 3 of multiverse


Ignore:
Timestamp:
12/09/05 02:42:01 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • multiverse

    v2 v3  
    88
    99Packages installed from ubuntu's `main` or `universe` sections should be fine to redistribute within CAL without worrying.
     10
     11To enable access to `multiverse` on an ubuntu machine, make sure that the following four lines are appended to /etc/apt/sources.list:
     12
     13{{{
     14deb http://us.archive.ubuntu.com/ubuntu breezy multiverse
     15deb-src http://us.archive.ubuntu.com/ubuntu breezy multiverse
     16deb http://security.ubuntu.com/ubuntu breezy-security multiverse
     17deb-src http://security.ubuntu.com/ubuntu breezy-security multiverse
     18}}}