How To Install python3-html5-parser on Fedora 36
Introduction
In this tutorial we learn how to install python3-html5-parser
on Fedora 36.
What is python3-html5-parser
A fast, standards compliant, C based, HTML 5 parser for python
We can use yum
or dnf
to install python3-html5-parser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-html5-parser.
Install python3-html5-parser on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-html5-parser
using dnf
by running the following command:
sudo dnf -y install python3-html5-parser
Install python3-html5-parser on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-html5-parser
using yum
by running the following command:
sudo yum -y install python3-html5-parser
How To Uninstall python3-html5-parser on Fedora 36
To uninstall only the python3-html5-parser
package we can use the following command:
sudo dnf remove python3-html5-parser
python3-html5-parser Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/6b7aa46a44dff4f3b99d8a0bd31f9bda2107eb
/usr/lib64/python3.10/site-packages/html5_parser
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/html5_parser-0.4.10-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/html5_parser/__init__.py
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/dom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/dom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/encoding_names.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/encoding_names.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/encoding_parser.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/encoding_parser.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/soup.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/soup.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/stdlib_etree.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/html5_parser/__pycache__/stdlib_etree.cpython-310.pyc
/usr/lib64/python3.10/site-packages/html5_parser/dom.py
/usr/lib64/python3.10/site-packages/html5_parser/encoding_names.py
/usr/lib64/python3.10/site-packages/html5_parser/encoding_parser.py
/usr/lib64/python3.10/site-packages/html5_parser/html_parser.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/html5_parser/soup.py
/usr/lib64/python3.10/site-packages/html5_parser/stdlib_etree.py
/usr/share/doc/python3-html5-parser
/usr/share/doc/python3-html5-parser/README.rst
/usr/share/licenses/python3-html5-parser
/usr/share/licenses/python3-html5-parser/LICENSE
References
Summary
In this tutorial we learn how to install python3-html5-parser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).