How To Install mxparser on Fedora 36
Introduction
In this tutorial we learn how to install mxparser
on Fedora 36.
What is mxparser
MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork. It is an implementation of the XMLPULL V1 API (parser only).
We can use yum
or dnf
to install mxparser
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mxparser.
Install mxparser on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mxparser
using dnf
by running the following command:
sudo dnf -y install mxparser
Install mxparser on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mxparser
using yum
by running the following command:
sudo yum -y install mxparser
How To Uninstall mxparser on Fedora 36
To uninstall only the mxparser
package we can use the following command:
sudo dnf remove mxparser
mxparser Package Contents on Fedora 36
/usr/share/doc/mxparser
/usr/share/doc/mxparser/README.md
/usr/share/java/mxparser
/usr/share/java/mxparser/mxparser.jar
/usr/share/licenses/mxparser
/usr/share/licenses/mxparser/LICENSE.txt
/usr/share/maven-metadata/mxparser.xml
/usr/share/maven-poms/mxparser
/usr/share/maven-poms/mxparser/mxparser.pom
References
Summary
In this tutorial we learn how to install mxparser
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).