< Home - < Back

libgee


Information about the package, libgee, which is shipped with common Linux distributions. The libgee package is designed for, GObject collection library.


Package Name:

libgee

Summary:

GObject collection library

Description:

libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. libgee provides the following interfaces: * Iterable * Collection * List * Set * Iterator * Map The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages.

Architecture:

x86_64

Version:

0.5.1

Release:

2.el6

Size:

101 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libgee


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


Command

Description of Command

yum install libgee

This command will install libgee on the server.

yum remove libgee

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

yum -y remove libgee

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

yum update libgee

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

yum -y update libgee

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

yum info libgee

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

yum deplist libgee

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

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