How To Install jakarta-activation on Fedora 36

In this tutorial we learn how to install jakarta-activation in Fedora 36. jakarta-activation is Jakarta Activation Specification and Implementation

Introduction

In this tutorial we learn how to install jakarta-activation on Fedora 36.

What is jakarta-activation

Jakarta Activation lets you take advantage of standard services to determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).

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

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

sudo dnf -y install jakarta-activation

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

sudo yum -y install jakarta-activation

How To Uninstall jakarta-activation on Fedora 36

To uninstall only the jakarta-activation package we can use the following command:

sudo dnf remove jakarta-activation

jakarta-activation Package Contents on Fedora 36

/usr/share/doc/jakarta-activation
/usr/share/doc/jakarta-activation/README.md
/usr/share/java/jakarta-activation
/usr/share/java/jakarta-activation/jakarta.activation-api.jar
/usr/share/java/jakarta-activation/jakarta.activation.jar
/usr/share/licenses/jakarta-activation
/usr/share/licenses/jakarta-activation/LICENSE.md
/usr/share/licenses/jakarta-activation/NOTICE.md
/usr/share/maven-metadata/jakarta-activation.xml
/usr/share/maven-poms/jakarta-activation
/usr/share/maven-poms/jakarta-activation/all.pom
/usr/share/maven-poms/jakarta-activation/jakarta.activation-api.pom
/usr/share/maven-poms/jakarta-activation/jakarta.activation.pom

References

Summary

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