< Home - < Back

libnotify


Information about the package, libnotify, which is shipped with common Linux distributions. The libnotify package is designed for, Desktop notification library.


Package Name:

libnotify

Summary:

Desktop notification library

Description:

libnotify is a library for sending desktop notifications to a notification daemon, as defined in the freedesktop.org Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.

Architecture:

x86_64

Version:

0.5.0

Release:

1.el6

Size:

35 k

Repository:

base

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for libnotify


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


Command

Description of Command

yum install libnotify

This command will install libnotify on the server.

yum remove libnotify

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

yum -y remove libnotify

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

yum update libnotify

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

yum -y update libnotify

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

yum info libnotify

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

yum deplist libnotify

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

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