Changes between Version 5 and Version 6 of UbuntuGISRepository
- Timestamp:
- 05/11/10 07:00:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuGISRepository
v5 v6 10 10 * Stable: updated every six months, contains a stable state of the unstable ppa ( https://launchpad.net/~ubuntugis/+archive/ppa ) 11 11 * 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 15 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'''. 16 17 {{{ 18 sudo apt-get install python-software-properties 19 sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable 20 21 or for stable PPA: 22 sudo add-apt-repository ppa:ubuntugis/ppa 23 }}} 24 25 That's it! 26 27 === Manual Method === 12 28 13 29 See the "Technical details about this PPA" section of one of the pages above to know the entries to add.