How to Install and Uninstall node-jsprim Package on Kali Linux

Last updated: May 17,2024

1. Install "node-jsprim" package

In this section, we are going to explain the necessary steps to install node-jsprim on Kali Linux

$ sudo apt update $ sudo apt install node-jsprim

2. Uninstall "node-jsprim" package

Please follow the guidance below to uninstall node-jsprim on Kali Linux:

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

3. Information about the node-jsprim package on Kali Linux

Package: node-jsprim
Version: 2.0.1-1
Installed-Size: 35
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-assert-plus, node-extsprintf, node-json-schema, node-verror
Size: 13512
SHA256: a3bd32e672e830ba5f663500025d6c1df08e27dc015dc1a09c7373b664227d23
SHA1: 766b9a3033afb182667727227ca30a4d12eb1a95
MD5sum: 237e9d6a4218e30a092a9693514f355b
Description: utilities for primitive JavaScript types
This module provides miscellaneous facilities for working with strings,
numbers, dates, and objects and arrays of these basic types.
.
This library is a dependency for webpack. Webpack takes code targeted at
node.js and makes it run in the browser. Node.js comes with API of its own
that is not available in the browsers. Webpack exposes this code
to programs that are unaware they are running in a browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/joyent/node-jsprim
Section: javascript
Priority: optional
Filename: pool/main/n/node-jsprim/node-jsprim_2.0.1-1_all.deb