How to Install and Uninstall jaxen.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "jaxen.noarch" package

Please follow the guidelines below to install jaxen.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jaxen.noarch

2. Uninstall "jaxen.noarch" package

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

$ sudo dnf remove jaxen.noarch $ sudo dnf autoremove

3. Information about the jaxen.noarch package on Fedora 34

Last metadata expiration check: 0:28:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jaxen
Version : 1.2.0
Release : 7.fc34
Architecture : noarch
Size : 209 k
Source : jaxen-1.2.0-7.fc34.src.rpm
Repository : fedora
Summary : An XPath engine written in Java
URL : https://github.com/jaxen-xpath/jaxen
License : BSD
Description : Jaxen is an open source XPath library written in Java. It is adaptable
: to many different object models, including DOM, XOM, dom4j, and JDOM.
: Is it also possible to write adapters that treat non-XML trees such as compiled
: Java byte code or Java beans as XML, thus enabling you to query these trees
: with XPath too.