Changes between Version 27 and Version 28 of UsersWikiPostGIS20Ubuntu1204
- Timestamp:
- 04/24/13 02:18:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS20Ubuntu1204
v27 v28 6 6 It is also expected to be a temporary page until someone creates a PPA with all associated build information. 7 7 8 == Install PostGIS 2.0 ==8 == Install PostGIS 2.0/2.0.1 == 9 9 10 10 Installation requirements can be found at [wiki:UsersWikiPostgreSQLPostGIS PostGIS Support Matrix] 11 11 12 12 Key libraries to focus on: GEOS, GDAL. Issues related to these two libraries will dictate the method you choose to use to install PostGIS 2.0. 13 14 === Successful package-based installation of version 2.0.1 using the existing UbuntuGIS PPA (tested 2013-04-24) === 15 '''The good news:''' depends on the stable repository of UbuntuGIS! 16 17 {{{ 18 sudo apt-get install python-software-properties 19 sudo apt-add-repository ppa:ubuntugis/ppa 20 sudo apt-get update 21 sudo apt-get install postgresql-9.1-postgis 22 }}} 13 23 14 24 === Partially-successful Package-Based Installation using the existing Sharpie Oneiric PPA (Personal Package Archive) ===