Changes between Version 16 and Version 17 of Ubuntu-7.10Build


Ignore:
Timestamp:
Apr 22, 2008, 3:51:01 PM (16 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ubuntu-7.10Build

    v16 v17  
    22# These notes are based on a fresh ubuntu desktop installation.
    33 
    4 # add the backports in the  " /etc/apt/sources.list " file
    5 
    6 # you can open the file using "sudo gedit /etc/apt/sources.list " and uncomment all the deb line
    7 
    8 # or siple add it using echo :
     4# enable apt-get backports in  " /etc/apt/sources.list "
     5
     6# "sudo gedit /etc/apt/sources.list " and uncomment all the deb line
     7
     8# or :
    99 
    1010    sudo echo "deb http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse" >> /etc/apt/sources.list
     
    1515    sudo echo "deb-src http://archive.canonical.com/ubuntu gutsy partner" >> /etc/apt/sources.list
    1616 
    17 Update your system :
     17do an Update :
    1818 
    1919    sudo apt-get update
    2020    sudo apt-get upgrade
    2121 
    22 #  Install some usefull libraries :
     22#  Install some libraries :
    2323 
    2424