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

Last updated: January 08,2025

1. Install "xmltool.noarch" package

Please follow the instructions below to install xmltool.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install xmltool.noarch

2. Uninstall "xmltool.noarch" package

Here is a brief guide to show you how to uninstall xmltool.noarch on Fedora 36:

$ sudo dnf remove xmltool.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:47:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : xmltool
Version : 3.3
Release : 32.fc36
Architecture : noarch
Size : 68 k
Source : xmltool-3.3-32.fc36.src.rpm
Repository : fedora
Summary : Tool to manage XML documents through a Fluent Interface
URL : http://code.google.com/p/xmltool
License : ASL 2.0
Description : XMLTool is a very simple Java library to be able to do all sorts of common
: operations with an XML document. Java developers often end up writing the same
: code for processing XML, transforming, etc. This easy to use class puts it all
: together, using the Fluent Interface pattern to facilitate XML manipulations.