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

Last updated: May 15,2024

1. Install "libuv0.10-dbg" package

This tutorial shows how to install libuv0.10-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuv0.10-dbg

2. Uninstall "libuv0.10-dbg" package

This is a short guide on how to uninstall libuv0.10-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libuv0.10-dbg
Priority: extra
Section: universe/debug
Installed-Size: 227
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Source: libuv
Version: 0.10.36-3
Depends: libuv0.10 (= 0.10.36-3)
Filename: pool/universe/libu/libuv/libuv0.10-dbg_0.10.36-3_amd64.deb
Size: 158712
MD5sum: fda1f45ad29565d3d710fde59c9694ab
SHA1: 37b3da4165d7363cde8b1e6ea91eec85875b4f78
SHA256: 3300abb0d577f4c0aa597e69bdbaa76ea2cf58b8d92d77067470c800e779b8fb
Description-en: asynchronous event notification library - debugging symbols
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 provides the debugging symbols for the library.
Description-md5: 714faa3b372c20cbd1b3237427c572ab
Multi-Arch: same
Homepage: https://github.com/libuv/libuv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu