< Home - < Back

qgis


Information about the package, qgis, which is shipped with common Linux distributions. The qgis package is designed for, A user friendly Open Source Geographic Information System.


Package Name:

qgis

Summary:

A user friendly Open Source Geographic Information System

Description:

Geographic Information System (GIS) manages, analyzes, and displays databases of geographic information. Quantum GIS (QGIS) supports shape file viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly, map composition, and a number of other features via a plugin interface. QGIS also supports display of various geo-referenced raster and Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM.

Architecture:

x86_64

Version:

1.8.0

Release:

16.el6

Size:

13 M

Repository:

epel

From Repository:

Licence:

GPLv3+ with exceptions



Handy Yum Commands for qgis


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


Command

Description of Command

yum install qgis

This command will install qgis on the server.

yum remove qgis

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

yum -y remove qgis

This command will un-install qgis 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 qgis when using the -y flag.

yum update qgis

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

yum -y update qgis

This command will update qgis 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 qgis when using the -y flag.

yum info qgis

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

yum deplist qgis

This command will show you the dependencies for qgis. 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 qgis

This command will check if there is an update waiting on qgis. 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.