Install node-sprintf-js
Installing node-sprintf-js package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-sprintf-js
node-sprintf-js package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-sprintf-js |
version | 1.0.3-1 |
description | JavaScript sprintf implementation |
subsection | web |
website | github.com / alexei / sprintf.js |
maintainer | Debian Javascript Maintainers |
Uninstall node-sprintf-js
To remove just node-sprintf-js package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-sprintf-js
Uninstall node-sprintf-js and it’s dependent packages
To remove the node-sprintf-js package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-sprintf-js
Purging node-sprintf-js
If you also want to delete configuration and/or data files of node-sprintf-js from Debian Sid then this will work:
sudo apt-get purge node-sprintf-js
To delete configuration and/or data files of node-sprintf-js and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-sprintf-js