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

In this tutorial we learn how to install geronimo-saaj.noarch in Amazon Linux 2. geronimo-saaj.noarch is Java EE

Introduction

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

What is geronimo-saaj.noarch

Provides the API for creating and building SOAP messages.

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

Install geronimo-saaj.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-saaj.noarch using yum by running the following command:

sudo yum -y install geronimo-saaj.noarch

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

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

sudo yum remove geronimo-saaj.noarch

geronimo-saaj.noarch Package Contents on Amazon Linux 2

/usr/share/doc/geronimo-saaj-1.1
/usr/share/doc/geronimo-saaj-1.1/LICENSE
/usr/share/doc/geronimo-saaj-1.1/NOTICE
/usr/share/java/geronimo-saaj.jar
/usr/share/maven-effective-poms/JPP-geronimo-saaj.pom
/usr/share/maven-fragments/geronimo-saaj.xml
/usr/share/maven-poms/JPP-geronimo-saaj.pom

References

Summary

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