Skip to content

Instantly share code, notes, and snippets.

View vcovo's full-sized avatar

Vincent C.O. van Oudenhoven vcovo

  • Delft University of Technology
  • Leiden, The Netherlands
View GitHub Profile
@vcovo
vcovo / install-postgres-10-ubuntu.md
Last active March 21, 2018 14:05 — forked from alistairewj/install-postgres-10-ubuntu.md
Install PostgreSQL 10 on Ubuntu

Install PostgreSQL 10 on Ubuntu

This is a quick guide to install PostgreSQL 10 - tested on Ubuntu 16.04 but likely can be used for Ubuntu 14.04 and 17.04 as well, with one minor modification detailed below.

(Optional) Uninstall other versions of postgres

To make life simple, remove all other versions of Postgres. Obviously not required, but again, makes life simple.

dpkg -l | grep postgres