How to Install and Uninstall libevent-core-2.1-7 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "libevent-core-2.1-7" package

This guide let you learn how to install libevent-core-2.1-7 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libevent-core-2.1-7

2. Uninstall "libevent-core-2.1-7" package

Please follow the guidance below to uninstall libevent-core-2.1-7 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libevent-core-2.1-7 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libevent-core-2.1-7 package on Ubuntu 21.10 (Impish Indri)

Package: libevent-core-2.1-7
Architecture: amd64
Version: 2.1.12-stable-1
Multi-Arch: same
Priority: optional
Section: libs
Source: libevent
Origin: Ubuntu
Maintainer: Balint Reczey
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 267
Depends: libc6 (>= 2.25)
Filename: pool/main/libe/libevent/libevent-core-2.1-7_2.1.12-stable-1_amd64.deb
Size: 89368
MD5sum: 3698e29f7a7d65d848ba78f4b3341f2a
SHA1: dd6f2056da7da76115867cb81ffcb0119903598b
SHA256: 3bb55f1227787c3401a3103b9794cd0cb3eb9b83dab1d5a38fb0711db39365b1
SHA512: fc368c3fbe536b01783caa3485b01b44e7c96be3ac2e47743ee56d921cc9f1a1d07b909542636b3de64862cc9c1b56b5a296204922e099bd02c9d6e64bc90fa4
Homepage: https://libevent.org/
Description-en: Asynchronous event notification library (core)
Libevent is an asynchronous event notification library that provides a
mechanism to execute a callback function when a specific event occurs
on a file descriptor or after a timeout has been reached.
.
It 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: 951eaa6250fb2e171dca3efbd48a13f0
Task: lamp-server