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

Last updated: May 15,2024

1. Install "libuv0.10-dev" package

This is a short guide on how to install libuv0.10-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libuv0.10-dev" package

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

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

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

Package: libuv0.10-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 462
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Source: libuv
Version: 0.10.36-3
Replaces: libuv-dev
Provides: libuv-dev
Depends: libuv0.10 (= 0.10.36-3)
Conflicts: libuv-dev
Filename: pool/universe/libu/libuv/libuv0.10-dev_0.10.36-3_amd64.deb
Size: 83662
MD5sum: 326b4c39c0b0b010cb153185f83ff072
SHA1: 3d2f0e315f311b379004a10dd0b1bdbde5f6328e
SHA256: b63d72fc8a9b191664b488b4c92542b145b1d3bc8f38beec47ffd091d9931f22
Description-en: asynchronous event notification library - development files
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.
.
Install this package if you wish to develop your own programs using the
libuv engine.
Description-md5: 572bda75c4098ae418d449838338c41c
Multi-Arch: same
Homepage: https://github.com/libuv/libuv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu