Changes between Version 7 and Version 8 of UbuntuGISRepository


Ignore:
Timestamp:
Mar 24, 2011, 11:03:21 AM (13 years ago)
Author:
dmorissette
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuGISRepository

    v7 v8  
    2323=== Convenient Method ===
    2424
    25 Ubuntu 9.10, Karmic Koala, introduces a convenient new command for adding Launchpad PPA (Personal Package Archive) repositories via the command line: '''add-apt-repository'''.
     25Starting with Ubuntu 9.10 (Karmic Koala), a convenient new command is available for adding Launchpad PPA (Personal Package Archive) repositories via the command line: '''add-apt-repository'''.
    2626
    2727{{{
    2828sudo apt-get install python-software-properties
    2929sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
    30 
    31 or for stable PPA:
     30}}}
     31or for the stable PPA:
     32{{{
     33sudo apt-get install python-software-properties
    3234sudo add-apt-repository ppa:ubuntugis/ppa
    3335}}}
    3436
    35 That's it!
     37That's it! (And make sure you install only one of the two repositories and not both)
    3638
    3739=== Manual Method ===