How to Install and Uninstall node-array-equal Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "node-array-equal" package

Learn how to install node-array-equal on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "node-array-equal" package

Please follow the step by step instructions below to uninstall node-array-equal on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-array-equal package on Ubuntu 21.10 (Impish Indri)

Package: node-array-equal
Architecture: all
Version: 1.0.0-3
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 15
Depends: nodejs
Filename: pool/universe/n/node-array-equal/node-array-equal_1.0.0-3_all.deb
Size: 3120
MD5sum: e1c365c64bc2a1f83638c07e1e65feb1
SHA1: d22f03a4de45ed4f8e7a0bc7355be5a43d10858f
SHA256: 0158ce9e6f24a9f5c5f342efc1d614ed7f00ce2771ad4c7f819e24deefbc3b1c
SHA512: c4e01d08181767dce00dfa33badbb5b4f0153a77ef485af52b7deb2ced138ca5ccbf59b88157b6de04729404e7f57c893afd0438d72a231ef8dddc95cd5d02ad
Homepage: https://github.com/component/array-equal
Description-en: 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: cc0d4fc94c0ded63f35ff2aca9043e00