How to Install and Uninstall libevent-2.1-7 Package on Kali Linux

Last updated: May 17,2024

1. Install "libevent-2.1-7" package

This guide covers the steps necessary to install libevent-2.1-7 on Kali Linux

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

2. Uninstall "libevent-2.1-7" package

This guide let you learn how to uninstall libevent-2.1-7 on Kali Linux:

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

3. Information about the libevent-2.1-7 package on Kali Linux

Package: libevent-2.1-7
Source: libevent
Version: 2.1.12-stable-8
Installed-Size: 435
Maintainer: Nicolas Mora
Architecture: amd64
Depends: libc6 (>= 2.36)
Size: 180376
SHA256: ca8858a7095ade7776c9f73437812423a45ccd90de2079e8c34830d291df290f
SHA1: fb4b0d193fbada3bd6402b932d33acd096a6b8b3
MD5sum: e8081b7ba53f9b47be778804daa9a4a4
Description: Asynchronous event notification library
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).
.
For backward compatibility and to transition to "libevent_core only"
or "libevent_core + libevent_extra", the libevent source package builds
the libevent library that includes everything in libevent_core and
libevent_extra.
Description-md5:
Multi-Arch: same
Homepage: https://libevent.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libe/libevent/libevent-2.1-7_2.1.12-stable-8_amd64.deb