How to Install and Uninstall node-concat-map Package on Kali Linux

Last updated: March 28,2024

1. Install "node-concat-map" package

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

$ sudo apt update $ sudo apt install node-concat-map

2. Uninstall "node-concat-map" package

Please follow the step by step instructions below to uninstall node-concat-map on Kali Linux:

$ sudo apt remove node-concat-map $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-concat-map package on Kali Linux

Package: node-concat-map
Version: 0.0.2+~0.0.1-1
Installed-Size: 25
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-concat-map (= 0.0.1)
Size: 7148
SHA256: abecce8a420b3866f7ad4c90fd07f8cbac92823b301438403845c8fd70f06e35
SHA1: b5ba333e3d821ccdc8b2c142ecaaf7189d80c21d
MD5sum: c2a67ea903b95f0b2194c8fccd3be215
Description: concatenative mapdashery for Node.js
node-concat-map provides a single method concatMap(xs, fn) that will return
an array of concatenated elements by calling fn(x, i) for each element x and
each index i in the array xs.
.
When fn(x, i) returns an array, its result will be concatenated with the
result array. If fn(x, i) returns anything else, that value will be pushed
onto the end of the result array.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ljharb/node-concat-map
Section: javascript
Priority: optional
Filename: pool/main/n/node-concat-map/node-concat-map_0.0.2+~0.0.1-1_all.deb