< Home - < Back

ogdi


Information about the package, ogdi, which is shipped with common Linux distributions. The ogdi package is designed for, Open Geographic Datastore Interface.


Package Name:

ogdi

Summary:

Open Geographic Datastore Interface

Description:

OGDI is the Open Geographic Datastore Interface. OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products. OGDI uses a client/server architecture to facilitate the dissemination of geospatial data products over any TCP/IP network, and a driver-oriented approach to facilitate access to several geospatial data products/formats.

Architecture:

x86_64

Version:

3.2.0

Release:

0.14.beta2.el6

Size:

230 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ogdi


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


Command

Description of Command

yum install ogdi

This command will install ogdi on the server.

yum remove ogdi

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

yum -y remove ogdi

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

yum update ogdi

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

yum -y update ogdi

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

yum info ogdi

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

yum deplist ogdi

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

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