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

Last updated: October 06,2024

1. Install "jaxen.noarch" package

This guide let you learn how to install jaxen.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jaxen.noarch

2. Uninstall "jaxen.noarch" package

This is a short guide on how to uninstall jaxen.noarch on Fedora 36:

$ sudo dnf remove jaxen.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:17:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : jaxen
Version : 1.2.0
Release : 10.fc36
Architecture : noarch
Size : 210 k
Source : jaxen-1.2.0-10.fc36.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.