How To Install xml-commons-resolver on Fedora 36
Introduction
In this tutorial we learn how to install xml-commons-resolver
on Fedora 36.
What is xml-commons-resolver
Resolver subproject of xml-commons.
We can use yum
or dnf
to install xml-commons-resolver
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xml-commons-resolver.
Install xml-commons-resolver 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 xml-commons-resolver
using dnf
by running the following command:
sudo dnf -y install xml-commons-resolver
Install xml-commons-resolver 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 xml-commons-resolver
using yum
by running the following command:
sudo yum -y install xml-commons-resolver
How To Uninstall xml-commons-resolver on Fedora 36
To uninstall only the xml-commons-resolver
package we can use the following command:
sudo dnf remove xml-commons-resolver
xml-commons-resolver Package Contents on Fedora 36
/usr/bin/xml-resolver
/usr/bin/xml-xparse
/usr/bin/xml-xread
/usr/share/doc/xml-commons-resolver
/usr/share/doc/xml-commons-resolver/KEYS
/usr/share/doc/xml-commons-resolver/LICENSE.resolver.txt
/usr/share/doc/xml-commons-resolver/NOTICE-resolver.txt
/usr/share/java/xml-commons-resolver.jar
/usr/share/java/xml-resolver.jar
/usr/share/man/man1/xml-resolver.1.gz
/usr/share/man/man1/xml-xparse.1.gz
/usr/share/man/man1/xml-xread.1.gz
/usr/share/maven-metadata/xml-commons-resolver.xml
/usr/share/maven-poms/xml-commons-resolver.pom
/usr/share/maven-poms/xml-resolver.pom
References
Summary
In this tutorial we learn how to install xml-commons-resolver
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).