How to Install and Uninstall node-uniq Package on Kali Linux

Last updated: April 27,2024

1. Install "node-uniq" package

This is a short guide on how to install node-uniq on Kali Linux

$ sudo apt update $ sudo apt install node-uniq

2. Uninstall "node-uniq" package

Please follow the instructions below to uninstall node-uniq on Kali Linux:

$ sudo apt remove node-uniq $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-uniq package on Kali Linux

Package: node-uniq
Version: 1.0.1-2
Installed-Size: 15
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs
Size: 3956
SHA256: 826aee538189d5a038a38a64735ac16c015b33d345c4973a1a66eaa3e18c2364
SHA1: 42ee3e3722a37884e3200a17c7a8b0f8e84947fd
MD5sum: 3acd281cdcd09b6e958e00629ba96b72
Description: Node.js module to remove duplicates from a sorted array in place
Why use this instead of underscore.uniq[ue]?
A few reasons:
* This library updates the array in place without making an extra copy (and
so it is faster for large arrays)
* It also accepts a custom comparison function so you can remove duplicates
from arrays containing object
* It is more modular in the sense that it doesn't come with a bazillion other
utility grab bag functions.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mikolalysenko/uniq
Section: javascript
Priority: optional
Filename: pool/main/n/node-uniq/node-uniq_1.0.1-2_all.deb