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

Last updated: July 01,2024

1. Install "python3-elementpath.noarch" package

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

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

2. Uninstall "python3-elementpath.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-elementpath.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:19:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-elementpath
Version : 2.1.2
Release : 1.fc34
Architecture : noarch
Size : 227 k
Source : python-elementpath-2.1.2-1.fc34.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.