How To Install jaxb-txw2 on Fedora 36

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

Introduction

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

What is jaxb-txw2

TXW is a library that allows you to write XML documents.

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

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

sudo dnf -y install jaxb-txw2

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

sudo yum -y install jaxb-txw2

How To Uninstall jaxb-txw2 on Fedora 36

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

sudo dnf remove jaxb-txw2

jaxb-txw2 Package Contents on Fedora 36

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

References

Summary

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