Install PostgreSQL
Install PostgreSQL database server
Overview
Install PostgreSQL database server
Commands
This will install PostgreSQL, continue?
sudo apt-get update
sudo apt-get install -y postgresql postgresql-contrib
sudo systemctl enable --now postgresql