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

Last updated: May 23,2024

1. Install "node-nan" package

Learn how to install node-nan on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-nan

2. Uninstall "node-nan" package

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

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

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

Package: node-nan
Priority: extra
Section: universe/web
Installed-Size: 244
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.2.0-1
Depends: nodejs
Filename: pool/universe/n/node-nan/node-nan_2.2.0-1_all.deb
Size: 37114
MD5sum: 340ea77402f429998f281d5ebebd3386
SHA1: 71b3b5caf82635b374488110b35d9a6e49c120b8
SHA256: 3a7b80a45a2261aed9ed9d5570dfe68b5944d62d95a2e240ce1b9b82156deb2e
Description-en: Native Abstractions for Node.js
A header file filled with macro and utility goodness for making addon
development for Node.js easier across versions 0.8, 0.10 and 0.11, and
eventually 0.12.
.
Thanks to the crazy changes in V8 (and some in Node core), keeping
native addons compiling happily across versions, particularly 0.10 to
0.11/0.12, is a minor nightmare. The goal of this project is to store
all logic necessary to develop native Node.js addons without having to
inspec NODE_MODULE_VERSION and get yourself into a macro-tangle.
.
This project also contains some helper utilities that make addon
development a bit more pleasant.
Description-md5: 0383d46de480371dd70d10c58230ca2e
Homepage: https://github.com/nodejs/nan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu