Created
September 3, 2015 08:29
-
-
Save rupakraj/33dbf6ef59a849660497 to your computer and use it in GitHub Desktop.
Intalling the post GreSQL using standard package manger apt-get in ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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