How to Install and Uninstall libevent-extra-1.4-2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libevent-extra-1.4-2" package

In this section, we are going to explain the necessary steps to install libevent-extra-1.4-2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libevent-extra-1.4-2

2. Uninstall "libevent-extra-1.4-2" package

This guide covers the steps necessary to uninstall libevent-extra-1.4-2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libevent-extra-1.4-2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libevent-extra-1.4-2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libevent-extra-1.4-2
Priority: optional
Section: universe/libs
Installed-Size: 136
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Source: libevent1
Version: 1.4.14b-stable-0ubuntu1
Depends: libc6 (>= 2.4), libevent-core-1.4-2 (= 1.4.14b-stable-0ubuntu1)
Filename: pool/universe/libe/libevent1/libevent-extra-1.4-2_1.4.14b-stable-0ubuntu1_amd64.deb
Size: 41584
MD5sum: eee6877db0f956ca19b335ca829d857b
SHA1: faa314c987ef1918c76df9d75ecfc1cd7c1e8327
SHA256: 892ed57a25ce77a7653dc6ac10d7e07d692f4507770832fe96396baad3bd03e9
Description-en: asynchronous event notification library (extra)
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. Currently, libevent supports /dev/poll,
kqueue(2), event ports, select(2), poll(2) and epoll(4).
.
The libevent_extra library includes code for HTTP, DNS, RPC, and so
on.
.
If you're writing software that uses libevent's protocol support, you
need to link libevent_core and libevent_extra as well.
Description-md5: 9c7c7cd9e7913cf7e6c70bc7e8bdeb3c
Homepage: http://www.monkey.org/~provos/libevent/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu