How to Install and Uninstall python3-html2text.noarch Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "python3-html2text.noarch" package

This is a short guide on how to install python3-html2text.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-html2text.noarch

2. Uninstall "python3-html2text.noarch" package

This is a short guide on how to uninstall python3-html2text.noarch on Oracle Linux 8:

$ sudo dnf remove python3-html2text.noarch $ sudo dnf autoremove

3. Information about the python3-html2text.noarch package on Oracle Linux 8

Last metadata expiration check: 5:32:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-html2text
Version : 2019.9.26
Release : 3.el8
Architecture : noarch
Size : 61 k
Source : python-html2text-2019.9.26-3.el8.src.rpm
Repository : epel
Summary : Convert HTML to Markdown-formatted text
URL : http://alir3z4.github.io/html2text
License : GPLv3
Description : html2text is a Python script 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).