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

Last updated: September 25,2024

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

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

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

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

This is a short guide on how to uninstall maven-dependency-analyzer.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:14:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : maven-dependency-analyzer
Version : 1.12.0
Release : 3.fc38
Architecture : noarch
Size : 47 k
Source : maven-dependency-analyzer-1.12.0-3.fc38.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.