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

Last updated: May 18,2024

1. Install "libevent-1.4-2" package

Please follow the step by step instructions below to install libevent-1.4-2 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libevent-1.4-2" package

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

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

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

Package: libevent-1.4-2
Priority: optional
Section: universe/libs
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Source: libevent1
Version: 1.4.14b-stable-0ubuntu1
Depends: libc6 (>= 2.4)
Filename: pool/universe/libe/libevent1/libevent-1.4-2_1.4.14b-stable-0ubuntu1_amd64.deb
Size: 53838
MD5sum: 0f4b9f14474225aee550c2e13d0d75fc
SHA1: b010cea021c162870095a5fcb048ad3937e5c579
SHA256: 712a171fa15841a0cdb28b89b992ca9ce1c90b43d4851df8a4d009023cdeffee
Description-en: asynchronous event notification library
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).
.
For backward compatibility and to transition to libevent_core only or
libevent_core and libevent_extra, the libevent source package builds
the libevent library that includes everything in libevent_core and
libevent_extra.
Description-md5: 499b1f3c75f9c507446580876355c915
Homepage: http://www.monkey.org/~provos/libevent/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu