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

Last updated: May 12,2024

1. Install "node-cli" package

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

$ sudo apt update $ sudo apt install node-cli

2. Uninstall "node-cli" package

This tutorial shows how to uninstall node-cli on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-cli
Priority: optional
Section: universe/web
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.4.4~20120516-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Suggests: node-daemon
Filename: pool/universe/n/node-cli/node-cli_0.4.4~20120516-1_all.deb
Size: 22216
MD5sum: e35cdb2e69543c504184d22c7752735a
SHA1: e37fef93c8048370336e3e189f0bfefb3d955f24
SHA256: 4c80db118012fc7baab2631466f03ca56444cd74bb0cdd604897d5a006f62caa
Description-en: tool for rapidly building command-line Node apps
Node is an event-based server-side JavaScript engine.
.
cli is a toolkit for rapidly building command line apps - it includes:
.
- Full featured opts/args parser
- Plugin support for adding common options and switches
- Helper methods for working with input/output and spawning child
processes
- Output colored/styled messages, progress bars or spinners
- Command auto-completion and glob support
Description-md5: e2018114d981dcd0c1145d4dd9854252
Homepage: https://github.com/chriso/cli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions