How To Install maven-script-interpreter.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install maven-script-interpreter.noarch on Amazon Linux 2.
What is maven-script-interpreter.noarch
This component provides some utilities to interpret/execute some scripts for various implementations
We can use yum to install maven-script-interpreter.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-script-interpreter.noarch.
Install maven-script-interpreter.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-script-interpreter.noarch using yum by running the following command:
sudo yum -y install maven-script-interpreter.noarch
How To Uninstall maven-script-interpreter.noarch on Amazon Linux 2
To uninstall only the maven-script-interpreter.noarch package we can use the following command:
sudo yum remove maven-script-interpreter.noarch
maven-script-interpreter.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-script-interpreter-1.0
/usr/share/doc/maven-script-interpreter-1.0/DEPENDENCIES
/usr/share/doc/maven-script-interpreter-1.0/LICENSE
/usr/share/doc/maven-script-interpreter-1.0/NOTICE
/usr/share/java/maven-script-interpreter
/usr/share/java/maven-script-interpreter/maven-script-interpreter.jar
/usr/share/maven-effective-poms/JPP.maven-script-interpreter-maven-script-interpreter.pom
/usr/share/maven-fragments/maven-script-interpreter.xml
/usr/share/maven-poms/JPP.maven-script-interpreter-maven-script-interpreter.pom
References
Summary
In this tutorial we learn how to install maven-script-interpreter.noarch on Amazon Linux 2 using yum.