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

Last updated: May 13,2024

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

Please follow the instructions below to install libevent-openssl-2.1-7 on Kali Linux

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

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

Please follow the guidance below to uninstall libevent-openssl-2.1-7 on Kali Linux:

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

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

Package: libevent-openssl-2.1-7
Source: libevent
Version: 2.1.12-stable-8
Installed-Size: 103
Maintainer: Nicolas Mora
Architecture: amd64
Depends: libc6 (>= 2.4), libevent-core-2.1-7 (= 2.1.12-stable-8), libssl3 (>= 3.0.0)
Size: 60628
SHA256: 95e143ffc207f890f0069df588c1fcdca2962a209062859e3e7750680510f293
SHA1: cf0ba95400349444a1c9ded449116fc91e8c1701
MD5sum: 747c67c01ad9ecdd9fc472b9da349220
Description: Asynchronous event notification library (openssl)
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).
.
There is now a bufferevent type that supports SSL/TLS using the
OpenSSL library. The code for this is build in a separate
library, libevent_openssl, so that your programs don't need to
link against OpenSSL unless they actually want SSL support.
Description-md5:
Multi-Arch: same
Homepage: https://libevent.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libe/libevent/libevent-openssl-2.1-7_2.1.12-stable-8_amd64.deb