Changes between Version 7 and Version 8 of UbuntuGISRepository
- Timestamp:
- 03/24/11 11:03:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuGISRepository
v7 v8 23 23 === Convenient Method === 24 24 25 Ubuntu 9.10, Karmic Koala, introduces a convenient new commandfor adding Launchpad PPA (Personal Package Archive) repositories via the command line: '''add-apt-repository'''.25 Starting 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'''. 26 26 27 27 {{{ 28 28 sudo apt-get install python-software-properties 29 29 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable 30 31 or for stable PPA: 30 }}} 31 or for the stable PPA: 32 {{{ 33 sudo apt-get install python-software-properties 32 34 sudo add-apt-repository ppa:ubuntugis/ppa 33 35 }}} 34 36 35 That's it! 37 That's it! (And make sure you install only one of the two repositories and not both) 36 38 37 39 === Manual Method ===