How To Install jaxb-rngom on Fedora 36

In this tutorial we learn how to install jaxb-rngom in Fedora 36. jaxb-rngom is RELAX NG Object Model/Parser

Introduction

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

What is jaxb-rngom

This package contains RELAX NG Object Model/Parser.

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

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

sudo dnf -y install jaxb-rngom

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

sudo yum -y install jaxb-rngom

How To Uninstall jaxb-rngom on Fedora 36

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

sudo dnf remove jaxb-rngom

jaxb-rngom Package Contents on Fedora 36

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

References

Summary

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