installation postgresql linux code example
Example 1: install postgresql ubuntu
sudo apt install postgresql postgresql-contrib
Example 2: debian install postgresql
apt-get install postgresql-12
sudo apt install postgresql postgresql-contrib
apt-get install postgresql-12