How To Install plexus-interpolation.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install plexus-interpolation.noarch on Amazon Linux 2.
What is plexus-interpolation.noarch
Plexus interpolator is the outgrowth of multiple iterations of development focused on providing a more modular, flexible interpolation framework for the expression language style commonly seen in Maven, Plexus, and other related projects.
We can use yum to install plexus-interpolation.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install plexus-interpolation.noarch.
Install plexus-interpolation.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-interpolation.noarch using yum by running the following command:
sudo yum -y install plexus-interpolation.noarch
How To Uninstall plexus-interpolation.noarch on Amazon Linux 2
To uninstall only the plexus-interpolation.noarch package we can use the following command:
sudo yum remove plexus-interpolation.noarch
plexus-interpolation.noarch Package Contents on Amazon Linux 2
/usr/share/java/plexus/interpolation.jar
/usr/share/maven-effective-poms/JPP.plexus-interpolation.pom
/usr/share/maven-fragments/plexus-interpolation.xml
/usr/share/maven-poms/JPP.plexus-interpolation.pom
References
Summary
In this tutorial we learn how to install plexus-interpolation.noarch on Amazon Linux 2 using yum.