How to Install and Uninstall python3-elementpath.noarch Package on Fedora 36

Last updated: April 28,2024

1. Install "python3-elementpath.noarch" package

This guide covers the steps necessary to install python3-elementpath.noarch on Fedora 36

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

2. Uninstall "python3-elementpath.noarch" package

This guide covers the steps necessary to uninstall python3-elementpath.noarch on Fedora 36:

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

3. Information about the python3-elementpath.noarch package on Fedora 36

Last metadata expiration check: 2:03:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-elementpath
Version : 2.3.2
Release : 2.fc36
Architecture : noarch
Size : 275 k
Source : python-elementpath-2.3.2-2.fc36.src.rpm
Repository : fedora
Summary : XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
URL : https://github.com/sissaschool/elementpath
License : MIT
Description : 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.