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

Last updated: May 15,2024

1. Install "node-sprintf-js" package

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

$ sudo apt update $ sudo apt install node-sprintf-js

2. Uninstall "node-sprintf-js" package

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

$ sudo apt remove node-sprintf-js $ sudo apt autoclean && sudo apt autoremove

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

Package: node-sprintf-js
Priority: optional
Section: universe/web
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.3-1
Depends: nodejs
Suggests: libjs-angularjs
Filename: pool/universe/n/node-sprintf-js/node-sprintf-js_1.0.3-1_all.deb
Size: 8280
MD5sum: 290652516975f975fe2ce0a1f5568b39
SHA1: 1836be452b31abf26b483f92e2ffa589345dca9a
SHA256: 6e7512069f941171ea7e7698bbb68499ea1a6ff6afd09c8501508bb9df33231c
Description-en: JavaScript sprintf implementation
node-sprintf-js is a javascript implementation of C sprintf (3).
This function composes a string with the same text that would be printed if
format was used on printf, but instead of being printed, the content is
stored as a string in the buffer pointed by a str argument.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: a0147bb0bd18a31453c441a23c271608
Homepage: https://github.com/alexei/sprintf.js#readme
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu