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

Last updated: May 18,2024

1. Install "python3-html2text" package

This guide covers the steps necessary to install python3-html2text on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-html2text

2. Uninstall "python3-html2text" package

Learn how to uninstall python3-html2text on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-html2text
Priority: optional
Section: universe/python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-html2text
Version: 2016.1.8-1
Replaces: html2markdown (<< 3.200.3-3)
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Recommends: python3-feedparser
Breaks: html2markdown (<< 3.200.3-3)
Filename: pool/universe/p/python-html2text/python3-html2text_2016.1.8-1_all.deb
Size: 18738
MD5sum: ad04e3f3590a5c1212ed7c62ba583027
SHA1: 9e487d618e4f2a7b136def18f9f52117bf889a91
SHA256: 83a670ea7cfc77369e824a37f426baa4da77c7e0bab1b31430eb51db729a95ab
Description-en: Python module for converting HTML to Markdown text (Python3 version)
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 3 version of the library, and a script,
html2markdown.
Description-md5: 5f069457d18a9521dea2d1f5a6f19736
Homepage: https://alir3z4.github.io/html2text
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu