How to Install and Uninstall libuv1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libuv1" package

This tutorial shows how to install libuv1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libuv1

2. Uninstall "libuv1" package

In this section, we are going to explain the necessary steps to uninstall libuv1 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libuv1 package on Ubuntu 21.10 (Impish Indri)

Package: libuv1
Architecture: amd64
Version: 1.40.0-2ubuntu1
Multi-Arch: same
Priority: standard
Section: libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dominique Dumont
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 247
Depends: libc6 (>= 2.34)
Filename: pool/main/libu/libuv1/libuv1_1.40.0-2ubuntu1_amd64.deb
Size: 90948
MD5sum: 92acdadbef051918d6e2c135e847656c
SHA1: 43c6625a9475e64257c05f16b5133133734fb349
SHA256: fea596011f58fb8c62c57abdab201d3b0fd8fa43b620654179151e3dd93b93f2
SHA512: fa8d43331a36d17da4f560ff456f24db23309c77f86959f6c32b76c3b8d0ea8c1bf911c643686621a3112cf527b3415c29a7124bd21f9142b2e13fe825c323e3
Homepage: https://github.com/libuv/libuv
Description-en: 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: 93573ad1b9de0529887627652f90b981
Task: standard