How to Install and Uninstall python3-html2text.noarch Package on Fedora 34

Last updated: May 20,2024

1. Install "python3-html2text.noarch" package

Here is a brief guide to show you how to install python3-html2text.noarch on Fedora 34

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

2. Uninstall "python3-html2text.noarch" package

This tutorial shows how to uninstall python3-html2text.noarch on Fedora 34:

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

3. Information about the python3-html2text.noarch package on Fedora 34

Last metadata expiration check: 1:04:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-html2text
Version : 2020.1.16
Release : 2.fc34
Architecture : noarch
Size : 61 k
Source : python-html2text-2020.1.16-2.fc34.src.rpm
Repository : fedora
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).