How To Install jdependency.noarch on Amazon Linux 2

In this tutorial we learn how to install jdependency.noarch in Amazon Linux 2. jdependency.noarch is This project provides an API to analyse class dependencies

Introduction

In this tutorial we learn how to install jdependency.noarch on Amazon Linux 2.

What is jdependency.noarch

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

We can use yum to install jdependency.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jdependency.noarch.

Install jdependency.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jdependency.noarch using yum by running the following command:

sudo yum -y install jdependency.noarch

How To Uninstall jdependency.noarch on Amazon Linux 2

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

sudo yum remove jdependency.noarch

jdependency.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jdependency-0.7
/usr/share/doc/jdependency-0.7/LICENSE.txt
/usr/share/doc/jdependency-0.7/README.md
/usr/share/java/jdependency.jar
/usr/share/maven-effective-poms/JPP-jdependency.pom
/usr/share/maven-fragments/jdependency.xml
/usr/share/maven-poms/JPP-jdependency.pom

References

Summary

In this tutorial we learn how to install jdependency.noarch on Amazon Linux 2 using yum.