Changes between Version 5 and Version 6 of UbuntuGISRepository


Ignore:
Timestamp:
May 11, 2010, 7:00:41 AM (14 years ago)
Author:
aboudreault
Comment:

Added convenient method to add the PPA

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuGISRepository

    v5 v6  
    1010 * Stable: updated every six months, contains a stable state of the unstable ppa ( https://launchpad.net/~ubuntugis/+archive/ppa )
    1111 * Unstable: updated frequently, contains the up-to-date packages. This ppa may broke something. ( https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable )
     12
     13=== Convenient Method ===
     14
     15Ubuntu 9.10, Karmic Koala, introduces a convenient new command for adding Launchpad PPA (Personal Package Archive) repositories via the command line: '''add-apt-repository'''.
     16
     17{{{
     18sudo apt-get install python-software-properties
     19sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
     20
     21or for stable PPA:
     22sudo add-apt-repository ppa:ubuntugis/ppa
     23}}}
     24
     25That's it!
     26
     27=== Manual Method ===
    1228
    1329See the "Technical details about this PPA" section of one of the pages above to know the entries to add.