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

Last updated: October 05,2024

1. Install "xmltool.noarch" package

In this section, we are going to explain the necessary steps to install xmltool.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install xmltool.noarch

2. Uninstall "xmltool.noarch" package

Please follow the guidelines below to uninstall xmltool.noarch on Fedora 35:

$ sudo dnf remove xmltool.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:15:08 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : xmltool
Version : 3.3
Release : 30.fc35
Architecture : noarch
Size : 67 k
Source : xmltool-3.3-30.fc35.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.