How to Install and Uninstall libuv1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 06,2024

1. Install "libuv1" package

In this section, we are going to explain the necessary steps to install libuv1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuv1

2. Uninstall "libuv1" package

This guide covers the steps necessary to uninstall libuv1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libuv1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libuv1
Priority: optional
Section: universe/libs
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Version: 1.8.0-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/libu/libuv1/libuv1_1.8.0-1_amd64.deb
Size: 57426
MD5sum: 9aabb25665c1b868260eb95d24507fb5
SHA1: 859f2d0613c4b9f49d735bbfbe1f3934372a5266
SHA256: 2854d5b9bd2ea549610f0a806636f36db44df2d93eb9b1bf5448545b881d53a7
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
Multi-Arch: same
Homepage: https://github.com/libuv/libuv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu