< Home - < Back

postgis


Information about the package, postgis, which is shipped with common Linux distributions. The postgis package is designed for, Geographic Information Systems Extensions to PostgreSQL.


Package Name:

postgis

Summary:

Geographic Information Systems Extensions to PostgreSQL

Description:

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile.

Architecture:

x86_64

Version:

1.5.3

Release:

1.el6

Size:

1.5 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for postgis


Control the postgis package with the following handy commands outlined below.


Command

Description of Command

yum install postgis

This command will install postgis on the server.

yum remove postgis

This command will un-install postgis on the server. When you run this command, you will be asked if you are sure that you want to remove postgis, so you have to manually confirm that you want to do this.

yum -y remove postgis

This command will un-install postgis on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove postgis when using the -y flag.

yum update postgis

This command will update postgis to the latest version. When you run this command, you will be asked if you are sure that you want to remove postgis, so you have to manually confirm that you want to do this.

yum -y update postgis

This command will update postgis to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove postgis when using the -y flag.

yum info postgis

This command will show you core information about the postgis package.

yum deplist postgis

This command will show you the dependencies for postgis. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update postgis

This command will check if there is an update waiting on postgis. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.