< Home - < Back

libgxim


Information about the package, libgxim, which is shipped with common Linux distributions. The libgxim package is designed for, GObject-based XIM protocol library.


Package Name:

libgxim

Summary:

GObject-based XIM protocol library

Description:

libgxim is a X Input Method protocol library that is implemented by GObject. this library helps you to implement XIM servers or client applications to communicate through XIM protocol without using Xlib API directly, particularly if your application uses GObject-based main loop. This package contains the shared library.

Architecture:

x86_64

Version:

0.3.3

Release:

3.1.el6

Size:

126 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libgxim


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


Command

Description of Command

yum install libgxim

This command will install libgxim on the server.

yum remove libgxim

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

yum -y remove libgxim

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

yum update libgxim

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

yum -y update libgxim

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

yum info libgxim

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

yum deplist libgxim

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

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