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

Last updated: May 16,2024

1. Install "node-which" package

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

$ sudo apt update $ sudo apt install node-which

2. Uninstall "node-which" package

Please follow the guidelines below to uninstall node-which on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-which
Priority: extra
Section: universe/web
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.5-2
Depends: nodejs
Filename: pool/universe/n/node-which/node-which_1.0.5-2_all.deb
Size: 3678
MD5sum: fad1db20031d2cf27b0eae5df1cede7a
SHA1: 73d3bef196c610aff26d181d7837ef121c1cf269
SHA256: c15e8aebc34e13b395c1050dd60187ea7811a0b701f8fa28f8c85a0938c36e17
Description-en: Cross-platform 'which' module for Node.js
node-which finds the first instance of a specified executable
in the PATH environment variable, simulating the behaviour of
the standard "which" program.
node-which supports all platforms supported by Node.js.
.
This is the module only, the binary being totally useless.
.
Node.js is an event-based server-side javascript engine.
Description-md5: ed96a9d753ccc02ad2e7f2839ebbd367
Homepage: https://github.com/isaacs/node-which
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu