How to Install and Uninstall maven-dependency-analyzer.noarch Package on Fedora 35

Last updated: November 26,2024

1. Install "maven-dependency-analyzer.noarch" package

Please follow the instructions below to install maven-dependency-analyzer.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install maven-dependency-analyzer.noarch

2. Uninstall "maven-dependency-analyzer.noarch" package

Please follow the step by step instructions below to uninstall maven-dependency-analyzer.noarch on Fedora 35:

$ sudo dnf remove maven-dependency-analyzer.noarch $ sudo dnf autoremove

3. Information about the maven-dependency-analyzer.noarch package on Fedora 35

Last metadata expiration check: 4:16:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : maven-dependency-analyzer
Version : 1.11.3
Release : 4.fc35
Architecture : noarch
Size : 46 k
Source : maven-dependency-analyzer-1.11.3-4.fc35.src.rpm
Repository : fedora
Summary : Maven dependency analyzer
URL : https://maven.apache.org/shared/maven-dependency-analyzer/
License : ASL 2.0
Description : Analyzes the dependencies of a project for undeclared or unused artifacts.
:
: Warning: Analysis is not done at source but bytecode level, then some cases are
: not detected (constants, annotations with source-only retention, links in
: javadoc) which can lead to wrong result if they are the only use of a
: dependency.