How To Install jaxb-relaxng-datatype on Fedora 36

In this tutorial we learn how to install jaxb-relaxng-datatype in Fedora 36. jaxb-relaxng-datatype is RelaxNG Datatype

Introduction

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

What is jaxb-relaxng-datatype

RelaxNG Datatype library.

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

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

sudo dnf -y install jaxb-relaxng-datatype

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

sudo yum -y install jaxb-relaxng-datatype

How To Uninstall jaxb-relaxng-datatype on Fedora 36

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

sudo dnf remove jaxb-relaxng-datatype

jaxb-relaxng-datatype Package Contents on Fedora 36

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

References

Summary

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