title: Installing Postgresql # Ubuntu ``` sudo apt install postgresql # installs client and server sudo apt install python3-psycopg # popular python driver ```