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

In this tutorial we learn how to install resteasy-base.noarch in Amazon Linux 2. resteasy-base.noarch is Framework for RESTful Web services and Java applications

Introduction

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

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

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

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

sudo yum -y install resteasy-base.noarch

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

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

sudo yum remove resteasy-base.noarch

resteasy-base.noarch Package Contents on Amazon Linux 2

/usr/share/doc/resteasy-base-3.0.6
/usr/share/doc/resteasy-base-3.0.6/License.html
/usr/share/doc/resteasy-base-3.0.6/README.html
/usr/share/java/resteasy-base

References

Summary

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