Changes between Version 9 and Version 10 of UsersWikiPostGIS21UbuntuPGSQL93Apt
- Timestamp:
- 08/11/14 11:56:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS21UbuntuPGSQL93Apt
v9 v10 1 1 The [http://wiki.postgresql.org/wiki/Apt PostgreSQL Apt Repository] now hosts installs of PostGIS, in addition to Postgresql and PGAdmin3. 2 2 3 The following describes how to install Postgresql 9.3, PostGIS 2.1, PGAdmin 1.18.1 and shp2pgsql-gui on Ubuntu versions 12.04 through 13.10. 4 (NOTE: These instructions do not work with Ubuntu 14.04 - finally got this to work for 14.04) 3 The following describes how to install Postgresql 9.3, PostGIS 2.1, PGAdmin 1.18.1 and shp2pgsql-gui on Ubuntu versions 12.04 and 14.04.1 5 4 6 5 Run these in terminal: … … 46 45 47 46 {{{ 48 sudo apt-get install postgresql-9.3-postgis 47 sudo apt-get install postgresql-9.3-postgis pgadmin3 postgresql-contrib 49 48 }}} 50 49 … … 52 51 53 52 {{{ 54 sudo apt-get install postgresql-9.3-postgis-2.1 53 sudo apt-get install postgresql-9.3-postgis-2.1 pgadmin3 postgresql-contrib 55 54 }}} 56 55