Changes between Version 9 and Version 10 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Aug 11, 2014, 11:56:21 AM (10 years ago)
Author:
mapbaker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v9 v10  
    11The [http://wiki.postgresql.org/wiki/Apt PostgreSQL Apt Repository] now hosts installs of PostGIS, in addition to Postgresql and PGAdmin3.
    22
    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)
     3The 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
    54
    65Run these in terminal:
     
    4645
    4746{{{
    48 sudo apt-get install postgresql-9.3-postgis
     47sudo apt-get install postgresql-9.3-postgis pgadmin3 postgresql-contrib
    4948}}}
    5049
     
    5251
    5352{{{
    54 sudo apt-get install postgresql-9.3-postgis-2.1
     53sudo apt-get install postgresql-9.3-postgis-2.1 pgadmin3 postgresql-contrib
    5554}}}
    5655