How To Install pki-resteasy-client on Fedora 36

In this tutorial we learn how to install pki-resteasy-client in Fedora 36. pki-resteasy-client is Client for resteasy

Introduction

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

What is pki-resteasy-client

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 Client for resteasy.

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

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

sudo dnf -y install pki-resteasy-client

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

sudo yum -y install pki-resteasy-client

How To Uninstall pki-resteasy-client on Fedora 36

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

sudo dnf remove pki-resteasy-client

pki-resteasy-client Package Contents on Fedora 36

/usr/share/java/resteasy
/usr/share/java/resteasy/resteasy-client.jar
/usr/share/licenses/pki-resteasy-client
/usr/share/licenses/pki-resteasy-client/License.html
/usr/share/maven-metadata/resteasy-client.xml
/usr/share/maven-poms/resteasy
/usr/share/maven-poms/resteasy/resteasy-client.pom

References

Summary

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