Skip to content

Instantly share code, notes, and snippets.

@rupakraj
Created September 3, 2015 08:29
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 rupakraj/33dbf6ef59a849660497 to your computer and use it in GitHub Desktop.
Save rupakraj/33dbf6ef59a849660497 to your computer and use it in GitHub Desktop.
Intalling the post GreSQL using standard package manger apt-get in ubuntu
Following main and supporting packages are required
postgresql-client-9.4 - client libraries and client binaries
postgresql-9.4 - core database server
postgresql-contrib-9.4 - additional supplied modules
libpq-dev - libraries and headers for C language frontend development
postgresql-server-dev-9.4 - libraries and headers for C language backend development
pgadmin3 - pgAdmin III graphical administration utility
$ sudo apt-get install postgresql-9.4 postgresql-client-9.4 pgadmin3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment