How to install Postgresql on PopOS or any Ubuntu-based linux distribution


Install postgresql

sudo apt install postgresql libpq-dev

Check installation

psql --version
which psql
psql --help

Output


Check Postgresql configuration

pg_config

Output


Check Postgresql service

sudo service postgrtesql status

Output


Connect to Postgresql

sudo -u postgres psql

Output


Done


Celebrate

The It Crowd Birthday GIFs | Tenor


Reach me out


Final thoughts

Thank you for reading this article.

If you have any questions, thoughts, suggestions,or corrections, please share them with us.

We appreciate your feedback and look forward to hearing from you.

Feel free to suggest topics for future blog articles.Until next time!