How To Install jakarta-json on Fedora 36

In this tutorial we learn how to install jakarta-json in Fedora 36. jakarta-json is Jakarta JSON Processing

Introduction

In this tutorial we learn how to install jakarta-json on Fedora 36.

What is jakarta-json

Jakarta JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. This package contains an implementation of Jakarta JSON Processing.

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

Install jakarta-json 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 jakarta-json using dnf by running the following command:

sudo dnf -y install jakarta-json

Install jakarta-json 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 jakarta-json using yum by running the following command:

sudo yum -y install jakarta-json

How To Uninstall jakarta-json on Fedora 36

To uninstall only the jakarta-json package we can use the following command:

sudo dnf remove jakarta-json

jakarta-json Package Contents on Fedora 36

/usr/share/licenses/jakarta-json
/usr/share/licenses/jakarta-json/LICENSE.md
/usr/share/licenses/jakarta-json/NOTICE.md
/usr/share/maven-metadata/jakarta-json-json.xml
/usr/share/maven-poms/jakarta-json
/usr/share/maven-poms/jakarta-json/json.pom

References

Summary

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