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

Last updated: October 05,2024

1. Install "libuv1-dbg" package

Please follow the guidance below to install libuv1-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuv1-dbg

2. Uninstall "libuv1-dbg" package

Please follow the guidance below to uninstall libuv1-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libuv1-dbg
Priority: extra
Section: universe/debug
Installed-Size: 228
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Source: libuv1
Version: 1.8.0-1
Depends: libuv1 (= 1.8.0-1)
Filename: pool/universe/libu/libuv1/libuv1-dbg_1.8.0-1_amd64.deb
Size: 185590
MD5sum: 866010f6dfcfbc0b84f0ab7d7cd84e99
SHA1: 9688b0bcb9abfa5ded0018c032778ed9dce3ff19
SHA256: e61e5bd2601b7656c406385d16340fa0842487c9f3299c5defcf946d2534bc19
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
Build-Ids: 3ddc6877bf7d5c31304a92585c1f2d4ff2d5e15e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu