How To Install maven-file-management.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install maven-file-management.noarch on Amazon Linux 2.
What is maven-file-management.noarch
Provides a component for plugins to easily resolve project dependencies. This is a replacement package for maven-shared-file-management.
We can use yum to install maven-file-management.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-file-management.noarch.
Install maven-file-management.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install maven-file-management.noarch using yum by running the following command:
sudo yum -y install maven-file-management.noarch
How To Uninstall maven-file-management.noarch on Amazon Linux 2
To uninstall only the maven-file-management.noarch package we can use the following command:
sudo yum remove maven-file-management.noarch
maven-file-management.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-file-management-1.2.1
/usr/share/doc/maven-file-management-1.2.1/LICENSE.txt
/usr/share/java/maven-file-management/file-management.jar
/usr/share/maven-effective-poms/JPP.maven-file-management-file-management.pom
/usr/share/maven-fragments/maven-file-management.xml
/usr/share/maven-poms/JPP.maven-file-management-file-management.pom
References
Summary
In this tutorial we learn how to install maven-file-management.noarch on Amazon Linux 2 using yum.