How To Install jaxb-runtime on Fedora 36

In this tutorial we learn how to install jaxb-runtime in Fedora 36. jaxb-runtime is JAXB Runtime

Introduction

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

What is jaxb-runtime

JAXB (JSR 222) Reference Implementation

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

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

sudo dnf -y install jaxb-runtime

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

sudo yum -y install jaxb-runtime

How To Uninstall jaxb-runtime on Fedora 36

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

sudo dnf remove jaxb-runtime

jaxb-runtime Package Contents on Fedora 36

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

References

Summary

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