How To Install jaxb-stax-ex on Fedora 36

In this tutorial we learn how to install jaxb-stax-ex in Fedora 36. jaxb-stax-ex is Extended StAX API

Introduction

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

What is jaxb-stax-ex

This project contains a few extensions to complement JSR-173 StAX API in the following areas - Enable parser instance reuse (which is important in the high-performance environment like Eclipse Implementation of JAXB and Eclipse Metro) - Improve the support for reading from non-text XML infoset, such as FastInfoset. - Improve the namespace support.

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

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

sudo dnf -y install jaxb-stax-ex

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

sudo yum -y install jaxb-stax-ex

How To Uninstall jaxb-stax-ex on Fedora 36

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

sudo dnf remove jaxb-stax-ex

jaxb-stax-ex Package Contents on Fedora 36

/usr/share/doc/jaxb-stax-ex
/usr/share/doc/jaxb-stax-ex/README.md
/usr/share/java/jaxb-stax-ex
/usr/share/java/jaxb-stax-ex/stax-ex.jar
/usr/share/licenses/jaxb-stax-ex
/usr/share/licenses/jaxb-stax-ex/LICENSE.md
/usr/share/licenses/jaxb-stax-ex/NOTICE.md
/usr/share/maven-metadata/jaxb-stax-ex.xml
/usr/share/maven-poms/jaxb-stax-ex
/usr/share/maven-poms/jaxb-stax-ex/stax-ex.pom

References

Summary

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