How to install PostGIS in Ubuntu

In this article, we will see How to install PostGIS in Ubuntu.

What is Postgis?

PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL. postgis is just extension to existing database. That also we have to add as shown below.

Prerequisites to install postgis extension on Linux:
Continue reading How to install PostGIS in Ubuntu