How To Install jakarta-json-impl on Fedora 36
Introduction
In this tutorial we learn how to install jakarta-json-impl on Fedora 36.
What is jakarta-json-impl
Jakarta JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents. This package contains the default provider for Jakarta JSON Processing.
We can use yum or dnf to install jakarta-json-impl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jakarta-json-impl.
Install jakarta-json-impl 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-impl using dnf by running the following command:
sudo dnf -y install jakarta-json-impl
Install jakarta-json-impl 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-impl using yum by running the following command:
sudo yum -y install jakarta-json-impl
How To Uninstall jakarta-json-impl on Fedora 36
To uninstall only the jakarta-json-impl package we can use the following command:
sudo dnf remove jakarta-json-impl
jakarta-json-impl Package Contents on Fedora 36
/usr/share/java/jakarta-json
/usr/share/java/jakarta-json/jakarta.json.jar
/usr/share/maven-metadata/jakarta-json-jakarta.json.xml
/usr/share/maven-poms/jakarta-json
/usr/share/maven-poms/jakarta-json/jakarta.json.pom
References
Summary
In this tutorial we learn how to install jakarta-json-impl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).