How to Install and Uninstall libuv1 Package on Kali Linux

Last updated: November 06,2024

1. Install "libuv1" package

Please follow the guidelines below to install libuv1 on Kali Linux

$ sudo apt update $ sudo apt install libuv1

2. Uninstall "libuv1" package

Please follow the guidelines below to uninstall libuv1 on Kali Linux:

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

3. Information about the libuv1 package on Kali Linux

Package: libuv1
Version: 1.48.0-1
Installed-Size: 306
Maintainer: Dominique Dumont
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 147000
SHA256: df3c2c110c80f81512c9c75187bc5cfa6e3c89fbb1740b6d671e5db6bd5e6bf1
SHA1: 348eda805cec8351a55740138eebb1f9e696276d
MD5sum: 9872d7349a17f75b3913d8e284ce4136
Description: asynchronous event notification library - runtime library
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.
.
This package includes the dynamic library against which you can link
your program.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/libuv/libuv
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libu/libuv1/libuv1_1.48.0-1_amd64.deb