How to Install and Uninstall jdepend.noarch Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "jdepend.noarch" package

In this section, we are going to explain the necessary steps to install jdepend.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jdepend.noarch

2. Uninstall "jdepend.noarch" package

In this section, we are going to explain the necessary steps to uninstall jdepend.noarch on Amazon Linux 2:

$ sudo yum remove jdepend.noarch $ sudo yum autoremove

3. Information about the jdepend.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jdepend
Arch : noarch
Version : 2.9.1
Release : 10.amzn2
Size : 177 k
Repo : amzn2-core/2/x86_64
Summary : Java Design Quality Metrics
URL : http://www.clarkware.com/
License : BSD
Description : JDepend traverses a set of Java class and source file directories
: and generates design quality metrics for each Java package.
: JDepend allows you to automatically measure the quality of a
: design in terms of its extensibility, reusability, and
: maintainability to effectively manage and control package
: dependencies.