How To Install geronimo-jta.noarch on Amazon Linux 2

In this tutorial we learn how to install geronimo-jta.noarch in Amazon Linux 2. geronimo-jta.noarch is J2EE JTA v1.1 API

Introduction

In this tutorial we learn how to install geronimo-jta.noarch on Amazon Linux 2.

What is geronimo-jta.noarch

Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system application server, and the transactional applications.

We can use yum to install geronimo-jta.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install geronimo-jta.noarch.

Install geronimo-jta.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install geronimo-jta.noarch

How To Uninstall geronimo-jta.noarch on Amazon Linux 2

To uninstall only the geronimo-jta.noarch package we can use the following command:

sudo yum remove geronimo-jta.noarch

geronimo-jta.noarch Package Contents on Amazon Linux 2

/usr/share/doc/geronimo-jta-1.1.1
/usr/share/doc/geronimo-jta-1.1.1/LICENSE.txt
/usr/share/doc/geronimo-jta-1.1.1/NOTICE.txt
/usr/share/java/geronimo-jta.jar
/usr/share/java/geronimo-jta_1.1_spec.jar
/usr/share/java/jta.jar
/usr/share/maven-effective-poms/JPP-geronimo-jta.pom
/usr/share/maven-effective-poms/JPP-geronimo-jta_1.1_spec.pom
/usr/share/maven-effective-poms/JPP-jta.pom
/usr/share/maven-fragments/geronimo-jta.xml
/usr/share/maven-poms/JPP-geronimo-jta.pom
/usr/share/maven-poms/JPP-geronimo-jta_1.1_spec.pom
/usr/share/maven-poms/JPP-jta.pom

References

Summary

In this tutorial we learn how to install geronimo-jta.noarch on Amazon Linux 2 using yum.