How to Install and Uninstall libuev3 Package on Kali Linux

Last updated: May 13,2024

1. Install "libuev3" package

Please follow the guidance below to install libuev3 on Kali Linux

$ sudo apt update $ sudo apt install libuev3

2. Uninstall "libuev3" package

This tutorial shows how to uninstall libuev3 on Kali Linux:

$ sudo apt remove libuev3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libuev3 package on Kali Linux

Package: libuev3
Source: libuev (2.4.0-1.1)
Version: 2.4.0-1.1+b1
Installed-Size: 50
Maintainer: Yangfl
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 15432
SHA256: 6890a917d7e928a922f669f768d40e5410a352afbaea7b644156c3ed03ef8006
SHA1: 1914e61f88e9ee34e76fbf9c5985a07be1ef211b
MD5sum: 6402903d6684abb716ea99b0aef9ef2f
Description: Lightweight event loop library for Linux
libuEv is a small event loop that wraps the Linux epoll() family of APIs.
It is similar to the more established libevent, libev and the venerable
Xt(3) event loop. The u (micro) in the name refers to both its limited
feature set and the small size impact of the library.
.
Experienced developers may appreciate libuEv is built on top of modern
Linux APIs like epoll, eventfd, timerfd, and signalfd.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/troglobit/libuev
Section: libs
Priority: optional
Filename: pool/main/libu/libuev/libuev3_2.4.0-1.1+b1_amd64.deb