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

Last updated: May 02,2024

1. Install "node-shasum" package

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

$ sudo apt update $ sudo apt install node-shasum

2. Uninstall "node-shasum" package

Please follow the steps below to uninstall node-shasum on Kali Linux:

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

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

Package: node-shasum
Version: 1.0.2-4
Installed-Size: 15
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-json-stable-stringify, node-sha.js, nodejs:any
Size: 3756
SHA256: 5693b8e03312fec9f24ee2ed4549d239780c50872161dde1a5e3948a8d282b39
SHA1: 6e25dc2057d241b8569c3ff2bd8831ac5f6b00b6
MD5sum: a7c5e32baf4247df92273de944c098a3
Description: Pure javascript function that return the sha1sum
This package emulate the well know function sha1sum of Node.js in pure
javascript allowing one to use this function in browser context.
.
In cryptography field, SHA-1 (Secure Hash Algorithm 1) is a cryptographic
hash function designed by the United States National Security Agency
and is a U.S. Federal Information Processing Standard published by the
United States NIST, SHA-1 produces a 160-bit (20-byte) hash value
known as a message digest. A SHA-1 hash value is typically rendered as
a hexadecimal number, 40 digits long.
.
This a dependency of browserify
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/dominictarr/shasum
Section: javascript
Priority: optional
Filename: pool/main/n/node-shasum/node-shasum_1.0.2-4_all.deb