How to Install and Uninstall libevent-dev Package on Kali Linux

Last updated: February 24,2025

1. Install "libevent-dev" package

This guide let you learn how to install libevent-dev on Kali Linux

$ sudo apt update $ sudo apt install libevent-dev

2. Uninstall "libevent-dev" package

This tutorial shows how to uninstall libevent-dev on Kali Linux:

$ sudo apt remove libevent-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libevent-dev package on Kali Linux

Package: libevent-dev
Source: libevent
Version: 2.1.12-stable-8
Installed-Size: 1728
Maintainer: Nicolas Mora
Architecture: amd64
Depends: libevent-2.1-7 (= 2.1.12-stable-8), libevent-core-2.1-7 (= 2.1.12-stable-8), libevent-extra-2.1-7 (= 2.1.12-stable-8), libevent-pthreads-2.1-7 (= 2.1.12-stable-8), libevent-openssl-2.1-7 (= 2.1.12-stable-8)
Size: 304992
SHA256: ed7f550d6cc03f3cf7dfa80d739e13350d8a2cdb25f9dfcbf11fbe66cd1d4b89
SHA1: 8f7275ae2e7731be74bf10dcdd22b35ef6042295
MD5sum: 69e9c0e23ff36c011bf544e562868da9
Description: Asynchronous event notification library (development files)
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.
.
This package includes development files for compiling against libevent.
Description-md5:
Homepage: https://libevent.org/
Tag: devel::library, role::devel-lib, role::program,
works-with::software:running
Section: libdevel
Priority: optional
Filename: pool/main/libe/libevent/libevent-dev_2.1.12-stable-8_amd64.deb