How to Install and Uninstall jdepend.noarch Package on Oracle Linux 9

Last updated: July 04,2024

1. Install "jdepend.noarch" package

Please follow the instructions below to install jdepend.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jdepend.noarch

2. Uninstall "jdepend.noarch" package

Learn how to uninstall jdepend.noarch on Oracle Linux 9:

$ sudo dnf remove jdepend.noarch $ sudo dnf autoremove

3. Information about the jdepend.noarch package on Oracle Linux 9

Last metadata expiration check: 1:49:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jdepend
Version : 2.9.1
Release : 28.el9
Architecture : noarch
Size : 195 k
Source : jdepend-2.9.1-28.el9.src.rpm
Repository : ol9_appstream
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.