Changes between Version 4 and Version 5 of UsersWikiPostGIS22UbuntuPGSQL95Apt


Ignore:
Timestamp:
Sep 10, 2016, 9:08:09 AM (8 years ago)
Author:
mapbaker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS22UbuntuPGSQL95Apt

    v4 v5  
    11The [http://wiki.postgresql.org/wiki/Apt PostgreSQL Apt Repository]  now hosts installs of PostGIS, pgRouting, in addition to Postgresql and PGAdmin3.
    22
    3 The following describes how to install Postgresql 9.5, PostGIS 2.2, pgRouting, PGAdmin on Ubuntu version 14.04. It is assumed to also work on Linux Mint, Lubuntu, and Xubuntu as well as newer versions of Ubuntu.
     3The 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.
    44
    55Run these in terminal:
    6 == Verify what you are running ==
     6== Verify what version of Ubuntu you are running ==
    77{{{
    88sudo lsb_release -a
     
    1717Helper on [http://www.postgresql.org/download/linux/ubuntu/]
    1818
    19 For trusty (14.04)
    20 
    21 {{{
    22 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt trusty-pgdg main" >> /etc/apt/sources.list'
     19For trusty (16.04)
     20
     21{{{
     22sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt xenial-pgdg main" >> /etc/apt/sources.list'
    2323}}}
    2424