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

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

Introduction

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

What is resteasy-base-jaxrs-all.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 jaxrs-all for resteasy-base.

We can use yum to install resteasy-base-jaxrs-all.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-jaxrs-all.noarch.

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

sudo yum -y install resteasy-base-jaxrs-all.noarch

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

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

sudo yum remove resteasy-base-jaxrs-all.noarch

resteasy-base-jaxrs-all.noarch Package Contents on Amazon Linux 2

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

References

Summary

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