How To Install plexus-compiler-pom.noarch on Amazon Linux 2
In this tutorial we learn how to install plexus-compiler-pom.noarch in Amazon Linux 2. plexus-compiler-pom.noarch is Maven POM files for plexus-compiler
Introduction
In this tutorial we learn how to install plexus-compiler-pom.noarch
on Amazon Linux 2.
What is plexus-compiler-pom.noarch
This package provides Maven POM files for plexus-compiler.
We can use yum
to install plexus-compiler-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-compiler-pom.noarch.
Install plexus-compiler-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-compiler-pom.noarch
using yum
by running the following command:
sudo yum -y install plexus-compiler-pom.noarch
How To Uninstall plexus-compiler-pom.noarch on Amazon Linux 2
To uninstall only the plexus-compiler-pom.noarch
package we can use the following command:
sudo yum remove plexus-compiler-pom.noarch
plexus-compiler-pom.noarch Package Contents on Amazon Linux 2
/usr/share/maven-fragments/plexus-compiler-pom.xml
/usr/share/maven-poms/JPP.plexus-compiler-plexus-compiler.pom
/usr/share/maven-poms/JPP.plexus-compiler-plexus-compilers.pom
References
Summary
In this tutorial we learn how to install plexus-compiler-pom.noarch
on Amazon Linux 2 using yum.