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

Last updated: May 10,2024

1. Install "node-encoding" package

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

$ sudo apt update $ sudo apt install node-encoding

2. Uninstall "node-encoding" package

This guide covers the steps necessary to uninstall node-encoding on Kali Linux:

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

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

Package: node-encoding
Version: 0.1.13-2
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-iconv-lite
Size: 4400
SHA256: dd96e1dca2eb94603addf9f2e144ab4bde18e8a9a73d63229e07750f5f0f9a71
SHA1: d60bb540bbb23c965467b557b0714e1fc56f3c21
MD5sum: 491d1a8f693d1e12a3917b0258b48e2f
Description: Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed
encoding is a simple wrapper around
node-iconv (https://github.com/bnoordhuis/node-iconv) and
iconv-lite (https://github.com/ashtuchkin/iconv-lite/) to convert strings
from one encoding to another. If node-iconv is not available for some reason,
iconv-lite will be used instead of it as a fallback.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/andris9/encoding
Section: javascript
Priority: optional
Filename: pool/main/n/node-encoding/node-encoding_0.1.13-2_all.deb