How to Install and Uninstall nodeunit Package on Kali Linux

Last updated: May 19,2024

1. Install "nodeunit" package

Please follow the steps below to install nodeunit on Kali Linux

$ sudo apt update $ sudo apt install nodeunit

2. Uninstall "nodeunit" package

Please follow the instructions below to uninstall nodeunit on Kali Linux:

$ sudo apt remove nodeunit $ sudo apt autoclean && sudo apt autoremove

3. Information about the nodeunit package on Kali Linux

Package: nodeunit
Source: node-nodeunit
Version: 0.11.3+ds-4
Installed-Size: 141
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-nodeunit (= 0.11.3+ds-4)
Depends: node-async, node-ejs, node-tap, nodejs
Size: 29676
SHA256: ef5de96e9c48c3242241e085fef8500bee34028a38504bcfc10f218cb8798ed1
SHA1: 4c698fa7335ee02562aff799e96720fd4f99fc39
MD5sum: 227592443599c2e47a2a3b228a926d2f
Description: Unit test framework for Node.js and the browser
This package provides easy async unit testing
for Node.js and the browser.
.
Particularly, this module:
* Is simple to use,
* Just exports the tests from a module,
* Works with node.js and in the browser,
* Helps you avoid common pitfalls when testing asynchronous code,
* Allows one to easily add test cases with setUp and tearDown
functions,
* Adds flexible reporters for custom output, built-in support
for HTML & jUnit XML,
* Allows one to use mocks and stubs.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/caolan/nodeunit
Section: web
Priority: optional
Filename: pool/main/n/node-nodeunit/nodeunit_0.11.3+ds-4_all.deb