How To Install jaxb-codemodel on Fedora 36

In this tutorial we learn how to install jaxb-codemodel in Fedora 36. jaxb-codemodel is Codemodel Core

Introduction

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

What is jaxb-codemodel

The core functionality of the CodeModel java source code generation library.

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

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

sudo dnf -y install jaxb-codemodel

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

sudo yum -y install jaxb-codemodel

How To Uninstall jaxb-codemodel on Fedora 36

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

sudo dnf remove jaxb-codemodel

jaxb-codemodel Package Contents on Fedora 36

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

References

Summary

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