How To Install jaxb-xsom on Fedora 36

In this tutorial we learn how to install jaxb-xsom in Fedora 36. jaxb-xsom is XML Schema Object Model

Introduction

In this tutorial we learn how to install jaxb-xsom on Fedora 36.

What is jaxb-xsom

XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input.

We can use yum or dnf to install jaxb-xsom on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jaxb-xsom.

Install jaxb-xsom 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 jaxb-xsom using dnf by running the following command:

sudo dnf -y install jaxb-xsom

Install jaxb-xsom 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 jaxb-xsom using yum by running the following command:

sudo yum -y install jaxb-xsom

How To Uninstall jaxb-xsom on Fedora 36

To uninstall only the jaxb-xsom package we can use the following command:

sudo dnf remove jaxb-xsom

jaxb-xsom Package Contents on Fedora 36

/usr/share/java/jaxb
/usr/share/java/jaxb/xsom.jar
/usr/share/licenses/jaxb-xsom
/usr/share/licenses/jaxb-xsom/LICENSE.md
/usr/share/licenses/jaxb-xsom/NOTICE.md
/usr/share/maven-metadata/jaxb-xsom.xml
/usr/share/maven-poms/jaxb
/usr/share/maven-poms/jaxb/xsom.pom

References

Summary

In this tutorial we learn how to install jaxb-xsom on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).