Changes between Version 12 and Version 13 of CIREN_Install

Show
Ignore:
Timestamp:
06/11/08 14:01:01 (5 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIREN_Install

    v12 v13  
    99 
    1010== Ubuntu (Gutsy) Installation of OSSIE == 
    11 First thing to do is update the Ubuntu packages using apt-get. 
     11    Manually uncomment all repositories to include "universe" and "multiverse" either via direct editing 
     12 
     13      sudo <EDITOR> /etc/apt/sources.list 
     14 
     15    or via the provided GUI: System -> Administration -> Software Sources. Then enter the admin password for access. On the "Ubuntu" tab, make sure all of "main restricted universe multiverse" are checked and the rest unchecked (or deal with those are you deem correct for your setup). Click "Close", then "Reload" to update the package list. 
     16 
     17    The uncommented lines of the file "/etc/apt/sources.list" should read something like: 
     18 
     19{{{ 
     20    deb http://us.archive.ubuntu.com/ubuntu/ gusty main restricted universe multiverse 
     21    deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted universe multiverse 
     22    deb http://security.ubuntu.com/ubuntu/ gusty-security main restricted universe multiverse 
     23}}} 
     24 
     25 
     26Update the local dpkg cache and upgrade: 
    1227 
    1328{{{