How To Install pki-resteasy on Fedora 36

In this tutorial we learn how to install pki-resteasy in Fedora 36. pki-resteasy is Framework for RESTful Web services and Java applications

Introduction

In this tutorial we learn how to install pki-resteasy on Fedora 36.

What is pki-resteasy

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 or dnf to install pki-resteasy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pki-resteasy.

Install pki-resteasy on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pki-resteasy using dnf by running the following command:

sudo dnf -y install pki-resteasy

Install pki-resteasy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pki-resteasy using yum by running the following command:

sudo yum -y install pki-resteasy

How To Uninstall pki-resteasy on Fedora 36

To uninstall only the pki-resteasy package we can use the following command:

sudo dnf remove pki-resteasy

pki-resteasy Package Contents on Fedora 36

/usr/share/doc/pki-resteasy
/usr/share/doc/pki-resteasy/README.md
/usr/share/licenses/pki-resteasy
/usr/share/licenses/pki-resteasy/License.html

References

Summary

In this tutorial we learn how to install pki-resteasy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).