How To Install resteasy-base-resteasy-pom.noarch on Amazon Linux 2

In this tutorial we learn how to install resteasy-base-resteasy-pom.noarch in Amazon Linux 2. resteasy-base-resteasy-pom.noarch is Module pom for resteasy-base

Introduction

In this tutorial we learn how to install resteasy-base-resteasy-pom.noarch on Amazon Linux 2.

What is resteasy-base-resteasy-pom.noarch

RESTEasy contains a JBoss project that provides frameworks to help build RESTful Web Services and RESTful Java applications. It is a fully certified and portable implementation of the JAX-RS specification. This package contains Module pom for resteasy-base.

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

Install resteasy-base-resteasy-pom.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 resteasy-base-resteasy-pom.noarch using yum by running the following command:

sudo yum -y install resteasy-base-resteasy-pom.noarch

How To Uninstall resteasy-base-resteasy-pom.noarch on Amazon Linux 2

To uninstall only the resteasy-base-resteasy-pom.noarch package we can use the following command:

sudo yum remove resteasy-base-resteasy-pom.noarch

resteasy-base-resteasy-pom.noarch Package Contents on Amazon Linux 2

/usr/share/maven-fragments/resteasy-base-resteasy-pom.xml
/usr/share/maven-poms/JPP.resteasy-base-resteasy-pom.pom

References

Summary

In this tutorial we learn how to install resteasy-base-resteasy-pom.noarch on Amazon Linux 2 using yum.