How To Install jdependency on Fedora 36

In this tutorial we learn how to install jdependency in Fedora 36. jdependency is This project provides an API to analyse class dependencies

Introduction

In this tutorial we learn how to install jdependency on Fedora 36.

What is jdependency

jdependency is small library that helps you analyze class level dependencies, clashes and missing classes.

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

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

sudo dnf -y install jdependency

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

sudo yum -y install jdependency

How To Uninstall jdependency on Fedora 36

To uninstall only the jdependency package we can use the following command:

sudo dnf remove jdependency

jdependency Package Contents on Fedora 36

/usr/share/doc/jdependency
/usr/share/doc/jdependency/README.md
/usr/share/java/jdependency.jar
/usr/share/licenses/jdependency
/usr/share/licenses/jdependency/LICENSE.txt
/usr/share/maven-metadata/jdependency.xml
/usr/share/maven-poms/jdependency.pom

References

Summary

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