Changes

Jump to navigation Jump to search
516 bytes added ,  19:31, 19 September 2017
Created page with "* http://postgis.net/install/ == Installation Commands == Going off of http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS23UbuntuPGSQL96Apt <nowiki> $ lsb_release --code..."
* http://postgis.net/install/


== Installation Commands ==

Going off of http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS23UbuntuPGSQL96Apt

<nowiki>
$ lsb_release --codename
Codename: trusty
$ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt trusty-pgdg main" >> /etc/apt/sources.list'
$ wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
$ sudo apt-get update
$ psql -V
psql (PostgreSQL) 9.5.4
$ sudo apt install postgresql-9.5-postgis-2.3
</nowiki>

Navigation menu