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

Last updated: May 15,2024

1. Install "node-htmlescape" package

In this section, we are going to explain the necessary steps to install node-htmlescape on Kali Linux

$ sudo apt update $ sudo apt install node-htmlescape

2. Uninstall "node-htmlescape" package

This tutorial shows how to uninstall node-htmlescape on Kali Linux:

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

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

Package: node-htmlescape
Version: 1.1.1-5
Installed-Size: 15
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 4004
SHA256: 08d1519789c818de00a12ae39d7b3504720ee8eed21b5e132617472335d1169d
SHA1: e1f0eaaf29b30aa0d01442510e8c1af3ae25362b
MD5sum: e378ff5d2cbcfc6c25b02313ffb4b16f
Description: escape string for safe use in html
This module escape a string to be safe for use in html particularly
inside a script tag.
.
In programming languages escape sequences are used in character
literals and string literals, to express characters which are not
printable or clash with the syntax of characters or strings.
.
This module is a dependency of browserify, a tool that allows one
to write Node.js-style modules that compile for use in the browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/zertosh/htmlescape
Section: javascript
Priority: optional
Filename: pool/main/n/node-htmlescape/node-htmlescape_1.1.1-5_all.deb