How to Install and Uninstall html2text Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "html2text" package

This guide let you learn how to install html2text on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install html2text

2. Uninstall "html2text" package

Please follow the instructions below to uninstall html2text on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove html2text $ sudo apt autoclean && sudo apt autoremove

3. Information about the html2text package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: html2text
Priority: optional
Section: universe/web
Installed-Size: 282
Maintainer: Ubuntu Developers
Original-Maintainer: Holger Levsen
Architecture: amd64
Version: 1.3.2a-18
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Suggests: curl | wget
Filename: pool/universe/h/html2text/html2text_1.3.2a-18_amd64.deb
Size: 80592
MD5sum: 151152c83a5472c6a2d7b1890617c2c8
SHA1: 563566274ca387acee458aad6964854384d78c58
SHA256: 7d8df97554aaf00e358586cf05461d9ac3382624e342133593e01cf187602795
Description-en: advanced HTML to text converter
html2text is a converter from HTML to plain text.
.
html2text reads HTML documents supplied in the command line (or from standard
input), converts each of them into a stream of plain text characters and
writes output to the file or the terminal.
.
Debian version also can recognize encoding of documents, do on-fly
input and output recoding.
.
html2text was written because the author wasn't happy with the
output of "lynx -dump" and so he wrote something better.
Description-md5: a57fb9ed5921cd11bfc59269f601f3c0
Homepage: http://www.mbayer.de/html2text/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu