Skip to main content

Command Palette

Search for a command to run...

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

Published
1 min read
How to install Postgresql on PopOS or any Ubuntu-based linux distribution
A

I'm a passionate software developer.


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!

More from this blog

Alexandre Calaça's Blog

265 posts

I'm a passionate software engineer with a deep love for turning complex problems into elegant solutions through code.