Skip to main content

HowTo: Install PostGreSQL

Adapted steps from here: https://www.c-sharpcorner.com/article/crud-operations-in-postgresql-with-ef-core-and-asp-net-core-web-api/

Download

PostgreSQL can be downloaded from here: https://www.postgresql.org/download/

image.png

NOTE: We willare installinstalling on Ubuntu Linux.v24.04 in this tutorial.

Select Linux and Ubuntu from the click boxes.

Run this to install PostgreSQL:

sudo apt install postgresql