How to Install and Uninstall ava Package on Kali Linux

Last updated: May 03,2024

1. Install "ava" package

Please follow the step by step instructions below to install ava on Kali Linux

$ sudo apt update $ sudo apt install ava

2. Uninstall "ava" package

Please follow the steps below to uninstall ava on Kali Linux:

$ sudo apt remove ava $ sudo apt autoclean && sudo apt autoremove

3. Information about the ava package on Kali Linux

Package: ava
Source: node-ava
Version: 5.3.1+dfsg+~cs46.3.10-3
Installed-Size: 633
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-arrgv (= 1.0.2), node-ava (= 5.3.1), node-ava-typescript (= 4.1.0), node-chunkd (= 2.0.1), node-ci-parallel-vars (= 1.0.1), node-code-excerpt (= 4.0.0), node-common-path-prefix (= 3.0.0), node-convert-to-spaces (= 2.0.1), node-is-error (= 2.2.2), node-p-event (= 6.0.0), node-pkg-conf (= 4.0.0), node-serialize-error (= 11.0.2), node-supertap (= 3.0.1), node-temp-dir (= 3.0.0)
Depends: node-acorn, node-ansi-styles, node-arrify, node-cbor, node-chalk (>= 5), node-chokidar, node-ci-info, node-clean-yaml-object, node-cli-truncate, node-cliui (>= 7.0.4+repack+~cs3.1.0-3~), node-concordance, node-currently-unhandled, node-debug, node-del (>= 7), node-emittery, node-escape-string-regexp, node-execa, node-find-up (>= 6), node-globby, node-ignore-by-default, node-indent-string, node-inquirer, node-is-plain-object, node-is-promise, node-js-yaml, node-load-json-file (>= 7), node-matcher, node-mem, node-ms, node-p-map, node-p-timeout, node-picomatch, node-plur, node-pretty-ms, node-read-pkg, node-resolve-cwd, node-resolve-from, node-slash, node-stack-utils, node-strip-ansi, node-write-file-atomic, node-yargs, nodejs:any (>= 14)
Size: 141764
SHA256: 208be554da43cc26df9dc1fcd72456859dd130577eda3359465dd88e04ef99f0
SHA1: b7e68763830b6a8329f4945a8e3b3600d169b1af
MD5sum: b4c0221f0b4c9d4bb01f5a98892f4f61
Description: Futuristic test runner 🚀
Even though JavaScript is single-threaded, IO in Node.js can happen in
parallel due to its async nature. AVA takes advantage of this and runs your
tests concurrently, which is especially beneficial for IO heavy tests. In
addition, test files are run in parallel as separate processes, giving you
even better performance and an isolated environment for each test file.
.
Switching from Mocha to AVA in Pageres brought the test time down from 31 to
11 seconds. Having tests run concurrently forces you to write atomic tests,
meaning tests don't depend on global state or the state of other tests, which
is a great thing!
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://ava.li
Section: javascript
Priority: optional
Filename: pool/main/n/node-ava/ava_5.3.1+dfsg+~cs46.3.10-3_all.deb