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

Last updated: December 23,2024

1. Install "node-imurmurhash" package

Please follow the guidance below to install node-imurmurhash on Kali Linux

$ sudo apt update $ sudo apt install node-imurmurhash

2. Uninstall "node-imurmurhash" package

In this section, we are going to explain the necessary steps to uninstall node-imurmurhash on Kali Linux:

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

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

Package: node-imurmurhash
Version: 0.1.4+dfsg+~0.1.1-2
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-imurmurhash (= 0.1.1)
Size: 8412
SHA256: 1fe48340caa9b23834a105c9540a7ddd43c4a0a9198c357eab6ddea8926827c8
SHA1: 9853f770e06841e9bff85144a851d75afcf6af2f
MD5sum: 1069e2a404569b2e1cf040cfa5dfc8c7
Description: incremental implementation of MurmurHash3 hashing algorithm
This module is an incremental implementation of the MurmurHash3 (32-bit)
hashing algorithm for JavaScript based on Gary Court's implementation with
kazuyukitanimura's modifications.
.
This version works significantly faster than the non-incremental version if
you need to hash many small strings into a single hash, since string
concatenation (to build the single string to pass the non-incremental version)
is fairly costly. In one case tested, using the incremental version was about
50% faster than concatenating 5-10 strings and then hashing.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jensyt/imurmurhash-js
Section: javascript
Priority: optional
Filename: pool/main/n/node-imurmurhash/node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb