How To Install pki-resteasy-core on Fedora 36

In this tutorial we learn how to install pki-resteasy-core in Fedora 36. pki-resteasy-core is Core modules for resteasy

Introduction

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

What is pki-resteasy-core

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 Core modules for resteasy.

We can use yum or dnf to install pki-resteasy-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pki-resteasy-core.

Install pki-resteasy-core 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-core using dnf by running the following command:

sudo dnf -y install pki-resteasy-core

Install pki-resteasy-core 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-core using yum by running the following command:

sudo yum -y install pki-resteasy-core

How To Uninstall pki-resteasy-core on Fedora 36

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

sudo dnf remove pki-resteasy-core

pki-resteasy-core Package Contents on Fedora 36

/usr/share/java/resteasy
/usr/share/java/resteasy/resteasy-jaxrs.jar
/usr/share/licenses/pki-resteasy-core
/usr/share/licenses/pki-resteasy-core/License.html
/usr/share/maven-metadata/resteasy-core.xml
/usr/share/maven-poms/resteasy
/usr/share/maven-poms/resteasy/providers-pom.pom
/usr/share/maven-poms/resteasy/resteasy-jaxrs-all.pom
/usr/share/maven-poms/resteasy/resteasy-jaxrs.pom

References

Summary

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