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

Last updated: May 06,2024

1. Install "libuev-dev" package

This guide covers the steps necessary to install libuev-dev on Kali Linux

$ sudo apt update $ sudo apt install libuev-dev

2. Uninstall "libuev-dev" package

Please follow the guidance below to uninstall libuev-dev on Kali Linux:

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

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

Package: libuev-dev
Source: libuev (2.4.0-1.1)
Version: 2.4.0-1.1+b1
Installed-Size: 68
Maintainer: Yangfl
Architecture: amd64
Replaces: libuev2
Depends: libuev3 (= 2.4.0-1.1+b1)
Size: 21036
SHA256: cf898fd2c5999cf7d8f56434ed5db31352050c9c9b6039e0184a25be50584398
SHA1: 6e7464b9e5e576f68776694f7c1cf24a248f35f3
MD5sum: 54d8941404aaef426f37a0f5d3ad27db
Description: static library, header files, and docs for libuev
Static library, header files, and documentation for libuEv
.
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, timerf, and signalfd.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/troglobit/libuev
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libu/libuev/libuev-dev_2.4.0-1.1+b1_amd64.deb