How To Install FastInfosetUtilities on Fedora 36
Introduction
In this tutorial we learn how to install FastInfosetUtilities on Fedora 36.
What is FastInfosetUtilities
FastInfoset Utilities.
We can use yum or dnf to install FastInfosetUtilities on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install FastInfosetUtilities.
Install FastInfosetUtilities 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 FastInfosetUtilities using dnf by running the following command:
sudo dnf -y install FastInfosetUtilities
Install FastInfosetUtilities 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 FastInfosetUtilities using yum by running the following command:
sudo yum -y install FastInfosetUtilities
How To Uninstall FastInfosetUtilities on Fedora 36
To uninstall only the FastInfosetUtilities package we can use the following command:
sudo dnf remove FastInfosetUtilities
FastInfosetUtilities Package Contents on Fedora 36
/usr/share/java/jaxb-fi
/usr/share/java/jaxb-fi/FastInfosetUtilities.jar
/usr/share/licenses/FastInfosetUtilities
/usr/share/licenses/FastInfosetUtilities/LICENSE
/usr/share/licenses/FastInfosetUtilities/NOTICE.md
/usr/share/maven-metadata/jaxb-fi-FastInfosetUtilities.xml
/usr/share/maven-poms/jaxb-fi
/usr/share/maven-poms/jaxb-fi/FastInfosetUtilities.pom
References
Summary
In this tutorial we learn how to install FastInfosetUtilities on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).