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

Last updated: May 18,2024

1. Install "libhtml-strip-perl" package

This is a short guide on how to install libhtml-strip-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhtml-strip-perl" package

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

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

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

Package: libhtml-strip-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.09-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libh/libhtml-strip-perl/libhtml-strip-perl_2.09-2build1_amd64.deb
Size: 16462
MD5sum: 3d7488e43c57a542ae7f980378a96269
SHA1: 9cdf22f34995717287ff11291df6d3e48f770f06
SHA256: 948e37510c47135349406aee618f47fbcd5efbd2d166db151184cceb317a89a4
Description-en: module to strip HTML markup from text
HTML::Strip simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well.
.
It is written in XS, and thus about five times quicker than using regular
expressions for the same task.
.
It does not do any syntax checking (if you want that, use HTML::Parser),
Description-md5: 0e96972cd4515bdfedae42736da8b002
Homepage: https://metacpan.org/release/HTML-Strip
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu