How to Install and Uninstall python3-html2text.noarch Package on CentOS Stream 9
Last updated: November 28,2024
1. Install "python3-html2text.noarch" package
This tutorial shows how to install python3-html2text.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-html2text.noarch
Copied
2. Uninstall "python3-html2text.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-html2text.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-html2text.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-html2text.noarch package on CentOS Stream 9
Last metadata expiration check: 1:35:05 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-html2text
Version : 2020.1.16
Release : 5.el9
Architecture : noarch
Size : 60 k
Source : python-html2text-2020.1.16-5.el9.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).
Available Packages
Name : python3-html2text
Version : 2020.1.16
Release : 5.el9
Architecture : noarch
Size : 60 k
Source : python-html2text-2020.1.16-5.el9.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).