install psql apt code example
Example 1: how to install psql in ubuntu
sudo apt-get install postgresql
Example 2: how to install postgres in ubuntu
root@pooja-virtual-machine:~# apt-get install postgresql-11
sudo apt-get install postgresql
root@pooja-virtual-machine:~# apt-get install postgresql-11