< Home - < Back

gajim


Information about the package, gajim, which is shipped with common Linux distributions. The gajim package is designed for, Jabber client written in PyGTK.


Package Name:

gajim

Summary:

Jabber client written in PyGTK

Description:

Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, even though it exists with it nicely.

Architecture:

noarch

Version:

0.14.4

Release:

4.el6

Size:

4.0 M

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for gajim


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


Command

Description of Command

yum install gajim

This command will install gajim on the server.

yum remove gajim

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

yum -y remove gajim

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

yum update gajim

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

yum -y update gajim

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

yum info gajim

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

yum deplist gajim

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

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