How To Install geronimo-annotation on AlmaLinux 8

In this tutorial we learn how to install geronimo-annotation in AlmaLinux 8. geronimo-annotation is Java EE

Introduction

In this tutorial we learn how to install geronimo-annotation on AlmaLinux 8.

What is geronimo-annotation

This package defines the common annotations.

We can use yum or dnf to install geronimo-annotation on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install geronimo-annotation.

Install geronimo-annotation on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install geronimo-annotation using dnf by running the following command:

sudo dnf -y install geronimo-annotation

Install geronimo-annotation on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install geronimo-annotation using yum by running the following command:

sudo yum -y install geronimo-annotation

How To Uninstall geronimo-annotation on AlmaLinux 8

To uninstall only the geronimo-annotation package we can use the following command:

sudo dnf remove geronimo-annotation

References

Summary

In this tutorial we learn how to install geronimo-annotation on AlmaLinux 8 using yum and dnf.