How to Install and Uninstall node-bindings Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "node-bindings" package

Please follow the guidelines below to install node-bindings on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-bindings

2. Uninstall "node-bindings" package

In this section, we are going to explain the necessary steps to uninstall node-bindings on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-bindings $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-bindings package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-bindings
Priority: extra
Section: universe/web
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.2.1-1
Depends: nodejs
Filename: pool/universe/n/node-bindings/node-bindings_1.2.1-1_all.deb
Size: 5418
MD5sum: e434a19e6d398b46d5bef37e433c4c6e
SHA1: 819661488358718146ef1d9e9b0c8a389f6ea529
SHA256: 5aaad23041bad0689b71b9cf2d9ff7e6f3da18691fe099ddf0e6f4e873378cb9
Description-en: resolve path to c++ addons built by node-gyp - Node.js module
Throughout the course of Node.js's native addon history, addons have ended up
being compiled in a variety of different places, depending on which build tool
and which version of Node.js was used. In addition, the gyp build tool can
produce either a Release or Debug build, each being built into different
locations.
.
This module checks all the possible locations that a native addon would be
built at, and returns the first one that loads successfully.
.
In Debian, addons are always built in the same place - in the Release
directory. This module allows upstream code to remain unchanged regardless of
the environment it is built in.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 46146e1200895543381be67f54b543d9
Homepage: https://github.com/TooTallNate/node-bindings
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu