How to Install and Uninstall node-sprintf-js Package on Kali Linux

Last updated: May 16,2024

1. Install "node-sprintf-js" package

This is a short guide on how to install node-sprintf-js on Kali Linux

$ 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 Kali Linux:

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

3. Information about the node-sprintf-js package on Kali Linux

Package: node-sprintf-js
Version: 1.1.2+ds1+~1.1.2-1
Installed-Size: 29
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-sprintf-js
Depends: libjs-sprintf-js (= 1.1.2+ds1+~1.1.2-1)
Size: 4024
SHA256: 07cfc9e43940fef4c8fa2679af551daad277122673888c97e0959bbba95b8024
SHA1: ce53a8f9713b63c3366a7aec13802edf8e6ba736
MD5sum: 9e4c80e2aae2e00783de51192862feac
Description: Node.js Pure 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:
Homepage: https://github.com/alexei/sprintf.js
Section: javascript
Priority: optional
Filename: pool/main/n/node-sprintf-js/node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb