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

Last updated: May 17,2024

1. Install "libuv1-dev" package

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

$ sudo apt update $ sudo apt install libuv1-dev

2. Uninstall "libuv1-dev" package

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

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

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

Package: libuv1-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 359
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: amd64
Source: libuv1
Version: 1.8.0-1
Replaces: libuv-dev
Depends: libuv1 (= 1.8.0-1)
Conflicts: libuv-dev, libuv0.10-dev
Filename: pool/universe/libu/libuv1/libuv1-dev_1.8.0-1_amd64.deb
Size: 74726
MD5sum: ce3dd4a109e3c01cc0cf30e68df78c0d
SHA1: cb067bde901fa5de6c68eb9efe0d45cb2f433f96
SHA256: 95613090c7a969da6ed9ff4846f3d8d7a418299d775cda07cf04058972e8af5b
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