How To Install jaxb-txwc2 on Fedora 36

In this tutorial we learn how to install jaxb-txwc2 in Fedora 36. jaxb-txwc2 is TXW2 Compiler

Introduction

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

What is jaxb-txwc2

JAXB schema generator. The tool to generate XML schema based on java classes.

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

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

sudo dnf -y install jaxb-txwc2

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

sudo yum -y install jaxb-txwc2

How To Uninstall jaxb-txwc2 on Fedora 36

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

sudo dnf remove jaxb-txwc2

jaxb-txwc2 Package Contents on Fedora 36

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

References

Summary

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