Changes between Version 4 and Version 5 of UsersWikiPostGIS22UbuntuPGSQL95Apt
- Timestamp:
- 09/10/16 09:08:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostGIS22UbuntuPGSQL95Apt
v4 v5 1 1 The [http://wiki.postgresql.org/wiki/Apt PostgreSQL Apt Repository] now hosts installs of PostGIS, pgRouting, in addition to Postgresql and PGAdmin3. 2 2 3 The following describes how to install Postgresql 9.5, PostGIS 2.2, pgRouting, PGAdmin on Ubuntu version 1 4.04. It is assumed to also work on Linux Mint, Lubuntu, and Xubuntu as well as newer versions of Ubuntu.3 The following describes how to install Postgresql 9.5, PostGIS 2.2, pgRouting, PGAdmin on Ubuntu version 16.04. It is assumed to also work on Linux Mint, Lubuntu, and Xubuntu. 4 4 5 5 Run these in terminal: 6 == Verify what you are running ==6 == Verify what version of Ubuntu you are running == 7 7 {{{ 8 8 sudo lsb_release -a … … 17 17 Helper on [http://www.postgresql.org/download/linux/ubuntu/] 18 18 19 For trusty (1 4.04)20 21 {{{ 22 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt trusty-pgdg main" >> /etc/apt/sources.list'19 For trusty (16.04) 20 21 {{{ 22 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list' 23 23 }}} 24 24