Changes between Version 11 and Version 12 of UsersWikiPostGIS21UbuntuPGSQL93Apt
- Timestamp:
- 02/01/15 10:48:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS21UbuntuPGSQL93Apt
v11 v12 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.1and shp2pgsql-gui on Ubuntu versions 12.04 and 14.04.13 The following describes how to install Postgresql 9.4, PostGIS 2.1, PGAdmin 1.20 and shp2pgsql-gui on Ubuntu versions 12.04 and 14.04.1 4 4 5 5 Run these in terminal: … … 36 36 37 37 == Install == 38 The following will install postgresql 9. 3, PostGIS, PGAdmin3, and additional supplied modules including '''adminpack'''38 The following will install postgresql 9.4, PostGIS, PGAdmin3, and additional supplied modules including '''adminpack''' 39 39 40 40 {{{ 41 sudo apt-get install postgresql-9. 3pgadmin3 postgresql-contrib41 sudo apt-get install postgresql-9.4 pgadmin3 postgresql-contrib 42 42 }}} 43 43 … … 45 45 46 46 {{{ 47 sudo apt-get install postgresql-9. 3-postgis pgadmin3 postgresql-contrib47 sudo apt-get install postgresql-9.4-postgis pgadmin3 postgresql-contrib 48 48 }}} 49 49 … … 51 51 52 52 {{{ 53 sudo apt-get install postgresql-9. 3-postgis-2.1 pgadmin3 postgresql-contrib53 sudo apt-get install postgresql-9.4-postgis-2.1 pgadmin3 postgresql-contrib 54 54 }}} 55 55