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

Last updated: May 15,2024

1. Install "node-ansi" package

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

$ sudo apt update $ sudo apt install node-ansi

2. Uninstall "node-ansi" package

This is a short guide on how to uninstall node-ansi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-ansi
Priority: extra
Section: universe/web
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.3.0-2
Depends: nodejs
Filename: pool/universe/n/node-ansi/node-ansi_0.3.0-2_all.deb
Size: 8590
MD5sum: 2d74ecb231186ea4a23a2e64ab8316a5
SHA1: 0b1048582ad98ae5ac4a15af947c5aeeffac6397
SHA256: 870c7595e34f4fda5dc08855667f099948d597e0e8c86f9f788ff414f0ef597b
Description-en: Advanced ANSI formatting tool for Node.js
node-ansi is a module for Node.js that provides an easy-to-use API
for writing ANSI escape codes to Stream instances.
ANSI escape codes are used to do fancy things in a terminal window,
like render text in colors, delete characters, lines, the entire window,
or hide and show the cursor, and lots more.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 039afe1c28aa3e1cb71317e197df8188
Homepage: https://github.com/TooTallNate/ansi.js
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu