How to Install and Uninstall maven-dependency-plugin.noarch Package on Amazon Linux 2

Last updated: June 26,2024

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

In this section, we are going to explain the necessary steps to install maven-dependency-plugin.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install maven-dependency-plugin.noarch

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

Please follow the guidance below to uninstall maven-dependency-plugin.noarch on Amazon Linux 2:

$ sudo yum remove maven-dependency-plugin.noarch $ sudo yum autoremove

3. Information about the maven-dependency-plugin.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : maven-dependency-plugin
Arch : noarch
Version : 2.7
Release : 3.amzn2
Size : 147 k
Repo : amzn2-core/2/x86_64
Summary : Plugin to manipulate, copy and unpack local and remote artifacts
URL : http://maven.apache.org/plugins/maven-dependency-plugin
License : ASL 2.0
Description :
: The dependency plugin provides the capability to manipulate
: artifacts. It can copy and/or unpack artifacts from local or
: remote repositories to a specified location.