How To Install plexus-tools-pom.noarch on Amazon Linux 2
In this tutorial we learn how to install plexus-tools-pom.noarch in Amazon Linux 2. plexus-tools-pom.noarch is Plexus Tools POM
Introduction
In this tutorial we learn how to install plexus-tools-pom.noarch on Amazon Linux 2.
What is plexus-tools-pom.noarch
This package provides Plexus Tools parent POM used by different Plexus packages.
We can use yum to install plexus-tools-pom.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install plexus-tools-pom.noarch.
Install plexus-tools-pom.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 plexus-tools-pom.noarch using yum by running the following command:
sudo yum -y install plexus-tools-pom.noarch
How To Uninstall plexus-tools-pom.noarch on Amazon Linux 2
To uninstall only the plexus-tools-pom.noarch package we can use the following command:
sudo yum remove plexus-tools-pom.noarch
plexus-tools-pom.noarch Package Contents on Amazon Linux 2
/usr/share/doc/plexus-tools-pom-1.0.11
/usr/share/doc/plexus-tools-pom-1.0.11/LICENSE
/usr/share/maven-fragments/plexus-tools-pom.xml
/usr/share/maven-poms/JPP.plexus-tools-pom-plexus-tools.pom
References
Summary
In this tutorial we learn how to install plexus-tools-pom.noarch on Amazon Linux 2 using yum.