How to Install and Uninstall node-array-equal Package on Kali Linux

Last updated: May 02,2024

1. Install "node-array-equal" package

Please follow the instructions below to install node-array-equal on Kali Linux

$ sudo apt update $ sudo apt install node-array-equal

2. Uninstall "node-array-equal" package

Learn how to uninstall node-array-equal on Kali Linux:

$ sudo apt remove node-array-equal $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-array-equal package on Kali Linux

Package: node-array-equal
Version: 1.0.0-4
Installed-Size: 14
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs
Size: 3196
SHA256: 3c2808e11356669208c819ab01fa1e4ee478805d4403ca13d84bc04ddfea9ee9
SHA1: f5393113efe53577c1ebc4cc03a1736c84895b14
MD5sum: 4bd776e91707fbbea6401dc847e4e6d2
Description: check if two arrays are equal
This node module checks whether two arrays are equal:
.
var equals = require('array-equal')
assert(equals([1, 2, 3], [1, 2, 3])) // => true
assert(equals([1, 2, 3], [1, 2, 3, 4])) // => false
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/component/array-equal
Section: javascript
Priority: optional
Filename: pool/main/n/node-array-equal/node-array-equal_1.0.0-4_all.deb