How To Install python3-html5lib on Fedora 36

In this tutorial we learn how to install python3-html5lib in Fedora 36. python3-html5lib is A python based HTML parser/tokenizer

Introduction

In this tutorial we learn how to install python3-html5lib on Fedora 36.

What is python3-html5lib

A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.

We can use yum or dnf to install python3-html5lib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-html5lib.

Install python3-html5lib 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-html5lib using dnf by running the following command:

sudo dnf -y install python3-html5lib

Install python3-html5lib 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-html5lib using yum by running the following command:

sudo yum -y install python3-html5lib

How To Uninstall python3-html5lib on Fedora 36

To uninstall only the python3-html5lib package we can use the following command:

sudo dnf remove python3-html5lib

python3-html5lib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/html5lib
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/AUTHORS.rst
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/html5lib-1.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/html5lib/__init__.py
/usr/lib/python3.10/site-packages/html5lib/__pycache__
/usr/lib/python3.10/site-packages/html5lib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_ihatexml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_ihatexml.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_inputstream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_inputstream.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_tokenizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_tokenizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/html5parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/html5parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/__pycache__/serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/_ihatexml.py
/usr/lib/python3.10/site-packages/html5lib/_inputstream.py
/usr/lib/python3.10/site-packages/html5lib/_tokenizer.py
/usr/lib/python3.10/site-packages/html5lib/_trie
/usr/lib/python3.10/site-packages/html5lib/_trie/__init__.py
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/_base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/_base.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/py.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/__pycache__/py.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/_trie/_base.py
/usr/lib/python3.10/site-packages/html5lib/_trie/py.py
/usr/lib/python3.10/site-packages/html5lib/_utils.py
/usr/lib/python3.10/site-packages/html5lib/constants.py
/usr/lib/python3.10/site-packages/html5lib/filters
/usr/lib/python3.10/site-packages/html5lib/filters/__init__.py
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/alphabeticalattributes.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/inject_meta_charset.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/lint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/lint.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/optionaltags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/optionaltags.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/sanitizer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/sanitizer.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/whitespace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/__pycache__/whitespace.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/filters/alphabeticalattributes.py
/usr/lib/python3.10/site-packages/html5lib/filters/base.py
/usr/lib/python3.10/site-packages/html5lib/filters/inject_meta_charset.py
/usr/lib/python3.10/site-packages/html5lib/filters/lint.py
/usr/lib/python3.10/site-packages/html5lib/filters/optionaltags.py
/usr/lib/python3.10/site-packages/html5lib/filters/sanitizer.py
/usr/lib/python3.10/site-packages/html5lib/filters/whitespace.py
/usr/lib/python3.10/site-packages/html5lib/html5parser.py
/usr/lib/python3.10/site-packages/html5lib/serializer.py
/usr/lib/python3.10/site-packages/html5lib/treeadapters
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__init__.py
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/genshi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/genshi.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/sax.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/__pycache__/sax.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treeadapters/genshi.py
/usr/lib/python3.10/site-packages/html5lib/treeadapters/sax.py
/usr/lib/python3.10/site-packages/html5lib/treebuilders
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__init__.py
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/dom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/dom.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/etree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/etree.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/__pycache__/etree_lxml.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treebuilders/base.py
/usr/lib/python3.10/site-packages/html5lib/treebuilders/dom.py
/usr/lib/python3.10/site-packages/html5lib/treebuilders/etree.py
/usr/lib/python3.10/site-packages/html5lib/treebuilders/etree_lxml.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__init__.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/dom.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/dom.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/etree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/etree.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/etree_lxml.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/genshi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/__pycache__/genshi.cpython-310.pyc
/usr/lib/python3.10/site-packages/html5lib/treewalkers/base.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers/dom.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers/etree.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers/etree_lxml.py
/usr/lib/python3.10/site-packages/html5lib/treewalkers/genshi.py
/usr/share/doc/python3-html5lib
/usr/share/doc/python3-html5lib/CHANGES.rst
/usr/share/doc/python3-html5lib/README.rst

References

Summary

In this tutorial we learn how to install python3-html5lib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).