How To Install Postmaster In Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian?
Install postmaster
-
Debian
apt-get install postgresql-9.1Click to copy -
Ubuntu
apt-get install postgresql-9.3Click to copy -
Arch Linux
pacman -S postgresql-old-upgradeClick to copy -
Kali Linux
apt-get install postgresql-11Click to copy -
CentOS
yum install postgresql-upgradeClick to copy -
Fedora
dnf install postgresql-upgradeClick to copy -
Raspbian
apt-get install postgresql-9.5Click to copy
postgresql-server
a PostgreSQL serverpostgresql-upgrade
previous major release of PostgreSQLpostgresql-11
object-relational SQL database, version 11 serverPostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. This package provides the database server for PostgreSQL 11.
postgresql-9.4
object-relational SQL database, version 9.4 serverPostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. This package provides the database server for PostgreSQL 9.4. Servers for other major release versions can be installed simultaneously and are coordinated by the postgresql-common package. A package providing ident-server is needed if you want to authenticate remote connections with identd.
postgresql-9.6
object-relational SQL database, version 9.6 serverPostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. This package provides the database server for PostgreSQL 9.6.
postgresql-9.5
object-relational SQL database, version 9.5 serverPostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. This package provides the database server for PostgreSQL 9.5.
postgresql-10
object-relational SQL database, version 10 serverpostgresql
object-relational SQL database (supported version)This metapackage always depends on the currently supported PostgreSQL database server version. PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well.




