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

Last updated: May 15,2024

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

Here is a brief guide to show you how to install libevent-core-1.4-2 on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libevent-core-1.4-2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libevent-core-1.4-2
Priority: optional
Section: universe/libs
Installed-Size: 92
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-core-1.4-2_1.4.14b-stable-0ubuntu1_amd64.deb
Size: 24636
MD5sum: 14b999532adc65c920555009d10ce772
SHA1: 2570504724ea4c14020513235781dbf690ee5836
SHA256: 9c7e6d5e3cf7693b080ab50583ae69c2e7642a77ad5abef587e4b87322a27286
Description-en: asynchronous event notification library (core)
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_core library includes event loops, timers, buffer code,
and various small compatibility functions.
.
If you're writing software that only uses libevent's event loop, you
should link against only the libevent_core library.
Description-md5: 3752e9d939babe26525ad297b30afa71
Homepage: http://www.monkey.org/~provos/libevent/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu