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

Last updated: April 30,2024

1. Install "libhtml-tagfilter-perl" package

This is a short guide on how to install libhtml-tagfilter-perl on Kali Linux

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

2. Uninstall "libhtml-tagfilter-perl" package

In this section, we are going to explain the necessary steps to uninstall libhtml-tagfilter-perl on Kali Linux:

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

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

Package: libhtml-tagfilter-perl
Version: 1.03-5
Installed-Size: 63
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-parser-perl, liburi-perl
Size: 26536
SHA256: 4b517107f0fff121281b4854674be851a923cf99d9869a8f7648c094c88a93ec
SHA1: eab5378583eebfc612375bec1326578339d7a382
MD5sum: 046796afb7fd2c1148cc52264ecdf094
Description: fine-grained HTML-filter, XSS-blocker and mailto-obfuscator
HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it
will remove unwanted HTML tags and attributes from a piece of text. It can
act in a more or less fine-grained way: you can specify permitted tags,
permitted attributes of each tag, and permitted values for each attribute
in as much detail as you like.
.
Tags which are not allowed are removed. Tags which are allowed are trimmed
down to only the attributes which are allowed for each tag. It is possible
to allow all or no attributes from a tag, or to allow all or no values for
an attribute, and so on.
.
The filter will also guard against cross-site scripting attacks and
obfuscate any mailto:email addresses, unless you tell it not to.
Description-md5:
Homepage: https://metacpan.org/release/HTML-TagFilter
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-tagfilter-perl/libhtml-tagfilter-perl_1.03-5_all.deb