How to Install and Uninstall libhtml-stripscripts-perl Package on Kali Linux

Last updated: May 09,2024

1. Install "libhtml-stripscripts-perl" package

This guide let you learn how to install libhtml-stripscripts-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-stripscripts-perl

2. Uninstall "libhtml-stripscripts-perl" package

Here is a brief guide to show you how to uninstall libhtml-stripscripts-perl on Kali Linux:

$ sudo apt remove libhtml-stripscripts-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtml-stripscripts-perl package on Kali Linux

Package: libhtml-stripscripts-perl
Version: 1.06-4
Installed-Size: 103
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 32536
SHA256: 9d505ddc2dabc32615777376dc4a3d4535b16015249c1bd20137c68216a5deb9
SHA1: e3fe848d39bc81ecbed6c0461845683b5a9af6ff
MD5sum: 945fceb04a83509dfa4b3058b3a6d218
Description: module for removing scripts from HTML
HTML::StripScripts is a Perl module for neutralizes scripting constructs in
HTML, leaving as much non-scripting markup in place as possible. This allows
web applications to display HTML originating from an untrusted source without
introducing cross-site scripting (XSS) vulnerabilities.
.
The process is based on whitelists of tags, attributes and attribute values.
This approach is the most secure against disguised scripting constructs hidden
in malicious HTML documents.
.
As well as removing scripting constructs, this module ensures that there is a
matching end for each start tag, and that the tags are properly nested.
.
You will probably use HTML::StripScripts::Parser rather than using this module
directly (see libhtml-stripscripts-parser-perl).
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/HTML-StripScripts
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-stripscripts-perl/libhtml-stripscripts-perl_1.06-4_all.deb