How to Install and Uninstall libhtml-tagfilter-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libhtml-tagfilter-perl" package

Please follow the guidance below to install libhtml-tagfilter-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhtml-tagfilter-perl" package

Please follow the guidelines below to uninstall libhtml-tagfilter-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhtml-tagfilter-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhtml-tagfilter-perl
Priority: optional
Section: universe/perl
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.03-4
Depends: perl, libhtml-parser-perl, liburi-perl
Filename: pool/universe/libh/libhtml-tagfilter-perl/libhtml-tagfilter-perl_1.03-4_all.deb
Size: 24340
MD5sum: e45ec5efe10870f83d1697331e40d314
SHA1: fb507c8605ed7a0e0e8281377be0ed181151e6ea
SHA256: 6d5384685f83185ac3c6cdf4a4069d5ee1a5a4371e46224662f22ef7f57a83d2
Description-en: 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: 09a640ff9f335d89c160f320e7aaf9d9
Homepage: https://metacpan.org/release/HTML-TagFilter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu