ubuntu install and configure postgres server

C++
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo su - postgrespsql
Source

Also in C++: