How To Install python3-elementpath on Fedora 36

In this tutorial we learn how to install python3-elementpath in Fedora 36. python3-elementpath is XPath 1.0/2.0 parsers and selectors for ElementTree and lxml

Introduction

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

What is python3-elementpath

The proposal of this package is to provide XPath 1.0 and 2.0 selectors for Python’s ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library. For lxml.etree this package can be useful for providing XPath 2.0 selectors, because lxml.etree already has it’s own implementation of XPath 1.0.

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

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

sudo dnf -y install python3-elementpath

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

sudo yum -y install python3-elementpath

How To Uninstall python3-elementpath on Fedora 36

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

sudo dnf remove python3-elementpath

python3-elementpath Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/elementpath
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/elementpath-2.3.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/elementpath/__init__.py
/usr/lib/python3.10/site-packages/elementpath/__pycache__
/usr/lib/python3.10/site-packages/elementpath/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/namespaces.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/namespaces.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/protocols.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/protocols.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/schema_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/schema_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/tdop.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/tdop.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath3.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_context.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_context.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_nodes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_nodes.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_selectors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_selectors.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_token.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/__pycache__/xpath_token.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes
/usr/lib/python3.10/site-packages/elementpath/datatypes/__init__.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/atomic_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/atomic_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/binary.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/binary.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/datetime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/datetime.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/numeric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/numeric.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/proxies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/proxies.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/qname.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/qname.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/string.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/string.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/untyped.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/untyped.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/uri.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/__pycache__/uri.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/datatypes/atomic_types.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/binary.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/datetime.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/numeric.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/proxies.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/qname.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/string.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/untyped.py
/usr/lib/python3.10/site-packages/elementpath/datatypes/uri.py
/usr/lib/python3.10/site-packages/elementpath/exceptions.py
/usr/lib/python3.10/site-packages/elementpath/helpers.py
/usr/lib/python3.10/site-packages/elementpath/namespaces.py
/usr/lib/python3.10/site-packages/elementpath/protocols.py
/usr/lib/python3.10/site-packages/elementpath/py.typed
/usr/lib/python3.10/site-packages/elementpath/regex
/usr/lib/python3.10/site-packages/elementpath/regex/__init__.py
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/character_classes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/character_classes.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/codepoints.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/codepoints.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/generate_categories.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/generate_categories.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/patterns.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/patterns.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/unicode_categories.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/unicode_categories.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/unicode_subsets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/__pycache__/unicode_subsets.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/regex/character_classes.py
/usr/lib/python3.10/site-packages/elementpath/regex/codepoints.py
/usr/lib/python3.10/site-packages/elementpath/regex/generate_categories.py
/usr/lib/python3.10/site-packages/elementpath/regex/patterns.py
/usr/lib/python3.10/site-packages/elementpath/regex/unicode_categories.py
/usr/lib/python3.10/site-packages/elementpath/regex/unicode_subsets.py
/usr/lib/python3.10/site-packages/elementpath/schema_proxy.py
/usr/lib/python3.10/site-packages/elementpath/tdop.py
/usr/lib/python3.10/site-packages/elementpath/xpath1
/usr/lib/python3.10/site-packages/elementpath/xpath1/__init__.py
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_axes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_axes.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_functions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_functions.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/__pycache__/xpath1_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_axes.py
/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_functions.py
/usr/lib/python3.10/site-packages/elementpath/xpath1/xpath1_parser.py
/usr/lib/python3.10/site-packages/elementpath/xpath2
/usr/lib/python3.10/site-packages/elementpath/xpath2/__init__.py
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_constructors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_constructors.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_functions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_functions.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/__pycache__/xpath2_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_constructors.py
/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_functions.py
/usr/lib/python3.10/site-packages/elementpath/xpath2/xpath2_parser.py
/usr/lib/python3.10/site-packages/elementpath/xpath3.py
/usr/lib/python3.10/site-packages/elementpath/xpath30
/usr/lib/python3.10/site-packages/elementpath/xpath30/__init__.py
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/xpath30_formats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/xpath30_formats.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/xpath30_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/__pycache__/xpath30_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_formats.py
/usr/lib/python3.10/site-packages/elementpath/xpath30/xpath30_parser.py
/usr/lib/python3.10/site-packages/elementpath/xpath31
/usr/lib/python3.10/site-packages/elementpath/xpath31/__init__.py
/usr/lib/python3.10/site-packages/elementpath/xpath31/__pycache__
/usr/lib/python3.10/site-packages/elementpath/xpath31/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath31/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath31/__pycache__/xpath31_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath31/__pycache__/xpath31_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/elementpath/xpath31/xpath31_parser.py
/usr/lib/python3.10/site-packages/elementpath/xpath_context.py
/usr/lib/python3.10/site-packages/elementpath/xpath_nodes.py
/usr/lib/python3.10/site-packages/elementpath/xpath_selectors.py
/usr/lib/python3.10/site-packages/elementpath/xpath_token.py
/usr/share/doc/python3-elementpath
/usr/share/doc/python3-elementpath/README.rst
/usr/share/licenses/python3-elementpath
/usr/share/licenses/python3-elementpath/LICENSE

References

Summary

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