Skip to content

Instantly share code, notes, and snippets.

@upbeta01
Created November 12, 2017 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upbeta01/7cbdbc09dc86939b58709249a68f3f82 to your computer and use it in GitHub Desktop.
Save upbeta01/7cbdbc09dc86939b58709249a68f3f82 to your computer and use it in GitHub Desktop.
Debian Installation (Postgresql)
wget -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
vim /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main 9.6
ERROR:
The following packages have unmet dependencies:
postgresql-client-9.6 : Depends: libpq5 (>= 9.6.5) but 9.4.15-0+deb8u1 is to be installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment