Postgis Installation Install using apt sudo apt install postgis (OR) sudo apt install postgis postgresql-15-postgis-3 Enable PostGIS CREATE EXTENSION postgis SCHEMA public; Test SELECT postgis_full_version();