< Home - < Back

libglade2


Information about the package, libglade2, which is shipped with common Linux distributions. The libglade2 package is designed for, The libglade library for loading user interfaces.


Package Name:

libglade2

Summary:

The libglade library for loading user interfaces

Description:

Libglade is a small library that allows a program to load its user interface from am XML description at runtime. Libglade uses the XML file format used by the GLADE user interface builder GLADE, so libglade acts as an alternative to GLADE's code generation approach. Libglade also provides a simple interface for connecting handlers to the various signals in the interface (on platforms where the gmodule library works correctly, it is possible to connect all the handlers with a single function call). Once the interface has been instantiated, libglade gives no overhead, so other than the short initial interface loading time, there is no performance tradeoff.

Architecture:

x86_64

Version:

2.6.4

Release:

3.1.el6

Size:

60 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libglade2


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


Command

Description of Command

yum install libglade2

This command will install libglade2 on the server.

yum remove libglade2

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

yum -y remove libglade2

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

yum update libglade2

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

yum -y update libglade2

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

yum info libglade2

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

yum deplist libglade2

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

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