How to Install and Uninstall libuv0.10 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libuv0.10" package

Learn how to install libuv0.10 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuv0.10

2. Uninstall "libuv0.10" package

Please follow the instructions below to uninstall libuv0.10 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libuv0.10 $ sudo apt autoclean && sudo apt autoremove

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

Package: libuv0.10
Priority: optional
Section: universe/libs
Installed-Size: 171
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Source: libuv
Version: 0.10.36-3
Depends: libc6 (>= 2.14)
Filename: pool/universe/libu/libuv/libuv0.10_0.10.36-3_amd64.deb
Size: 53488
MD5sum: a9b919e40199b18e830560cc43aee00f
SHA1: bd9156bc83e6fe840e2a73418150846da1657212
SHA256: fa723dce7369dc638836fdf04e3f2d03082cead6ee74021c8be46add4afe11d5
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