How To Install jaxb-codemodel-annotation-compiler on Fedora 36

In this tutorial we learn how to install jaxb-codemodel-annotation-compiler in Fedora 36. jaxb-codemodel-annotation-compiler is Codemodel Annotation Compiler

Introduction

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

What is jaxb-codemodel-annotation-compiler

The annotation compiler ant task for the CodeModel java source code generation library.

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

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

sudo dnf -y install jaxb-codemodel-annotation-compiler

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

sudo yum -y install jaxb-codemodel-annotation-compiler

How To Uninstall jaxb-codemodel-annotation-compiler on Fedora 36

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

sudo dnf remove jaxb-codemodel-annotation-compiler

jaxb-codemodel-annotation-compiler Package Contents on Fedora 36

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

References

Summary

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