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

Last updated: February 24,2025

1. Install "libuv1-dev" package

Please follow the guidelines below to install libuv1-dev on Kali Linux

$ sudo apt update $ sudo apt install libuv1-dev

2. Uninstall "libuv1-dev" package

Here is a brief guide to show you how to uninstall libuv1-dev on Kali Linux:

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

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

Package: libuv1-dev
Source: libuv1
Version: 1.48.0-1
Installed-Size: 691
Maintainer: Dominique Dumont
Architecture: amd64
Replaces: libuv-dev
Depends: libuv1 (= 1.48.0-1)
Conflicts: libuv-dev
Size: 183448
SHA256: 51a4b05699c00bb1a78a4381b983bc8d1b26cc0eb917b24073e0bc4ba48decde
SHA1: 61d20becb6238b27921067e6602dcf9d0c2be6da
MD5sum: b7e30332f7dd29694bd0de774e604e1e
Description: asynchronous event notification library - development files
Libuv is the asynchronous library behind Node.js. Very similar to libevent or
libev, it provides the main elements for event driven systems: watching and
waiting for availability in a set of sockets, and some other events like timers
or asynchronous messages. However, libuv also comes with some other extras
like:
* files watchers and asynchronous operations
* a portable TCP and UDP API, as well as asynchronous DNS resolution
* processes and threads management, and a portable inter-process
communications mechanism, with pipes and work queues
* a plugins mechanism for loading libraries dynamically
* interface with external libraries that also need to access the I/O.
.
Install this package if you wish to develop your own programs using the
libuv engine.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/libuv/libuv
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libu/libuv1/libuv1-dev_1.48.0-1_amd64.deb