sudo apt install postgresql postgresql-contrib

Category: Databases & SQL

sudo apt install postgresql postgresql-contrib

Install PostgreSQL server with contrib extensions

Installs the current PostgreSQL major version plus contrib, the package of optional extensions such as pg_stat_statements and uuid-ossp. On Debian and Ubuntu the postgresql metapackage also creates a default cluster named main on port 5432. Pin a version with sudo apt install postgresql-16 instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.