< Home - < Back

libevent2


Information about the package, libevent2, which is shipped with common Linux distributions. The libevent2 package is designed for, Abstract asynchronous event notification library.


Package Name:

libevent2

Summary:

Abstract asynchronous event notification library

Description:

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop.

Architecture:

x86_64

Version:

2.0.21

Release:

2.el6

Size:

193 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for libevent2


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


Command

Description of Command

yum install libevent2

This command will install libevent2 on the server.

yum remove libevent2

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

yum -y remove libevent2

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

yum update libevent2

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

yum -y update libevent2

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

yum info libevent2

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

yum deplist libevent2

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

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