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

Last updated: May 17,2024

1. Install "python-html2text" package

In this section, we are going to explain the necessary steps to install python-html2text on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-html2text

2. Uninstall "python-html2text" package

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

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

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

Package: python-html2text
Priority: optional
Section: universe/python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 2016.1.8-1
Replaces: html2markdown (<< 3.200.3-3)
Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-feedparser
Breaks: html2markdown (<< 3.200.3-3)
Filename: pool/universe/p/python-html2text/python-html2text_2016.1.8-1_all.deb
Size: 18640
MD5sum: d95613dcdc626e321fa38575b56651a1
SHA1: f9396e8622e895e9f96f6e61b057fccef72068de
SHA256: e46b8d8006c5bb091549dac565de5b1b11c4a46dd430adda0caab9c4adf244e9
Description-en: Python module for converting HTML to Markdown text
html2text is a Python module that converts a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
valid Markdown (a text-to-HTML format).
.
This package contains the Python 2 version of the library, and a script,
html2markdown.
Description-md5: d279379bee0d495636565a7e13317ab0
Homepage: https://alir3z4.github.io/html2text
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu