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

Last updated: May 20,2024

1. Install "node-imurmurhash" package

Here is a brief guide to show you how to install node-imurmurhash on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-imurmurhash

2. Uninstall "node-imurmurhash" package

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

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

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

Package: node-imurmurhash
Architecture: all
Version: 0.1.4-1.1
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Depends: nodejs
Filename: pool/universe/n/node-imurmurhash/node-imurmurhash_0.1.4-1.1_all.deb
Size: 8412
MD5sum: 34ae948cefecaed2d02bb2d290b27820
SHA1: 75d51a4442c5dc5fbbe6040518068df07b72a55b
SHA256: de15182a74979b50a0ef2a557a5c919f14f3e62497440e0043b2f7ca8a4374f9
SHA512: b258d5119f8ff39e00cd888cfc84543a8135818b199f892077c1a767ee0ebc8f7601af1c950f583fba5fafd17c4f20802035f2bc47fb94845198df8755f869d1
Homepage: https://github.com/jensyt/imurmurhash-js
Description-en: 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: eb2ea0681f9ba4fb6354b05498b5c032