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

Last updated: May 01,2024

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

This guide covers the steps necessary to install maven-assembly-plugin.noarch on Amazon Linux 2

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

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

This tutorial shows how to uninstall maven-assembly-plugin.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : maven-assembly-plugin
Arch : noarch
Version : 2.4
Release : 8.amzn2
Size : 215 k
Repo : amzn2-core/2/x86_64
Summary : Maven Assembly Plugin
URL : http://maven.apache.org/plugins/maven-assembly-plugin/
License : ASL 2.0
Description : A Maven plugin to create archives of your project's sources,
: classes, dependencies etc. from flexible assembly descriptors.