How To Install javacc-maven-plugin.noarch on Amazon Linux 2

In this tutorial we learn how to install javacc-maven-plugin.noarch in Amazon Linux 2. javacc-maven-plugin.noarch is JavaCC Maven Plugin

Introduction

In this tutorial we learn how to install javacc-maven-plugin.noarch on Amazon Linux 2.

What is javacc-maven-plugin.noarch

Maven Plugin for processing JavaCC grammar files.

We can use yum to install javacc-maven-plugin.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install javacc-maven-plugin.noarch.

Install javacc-maven-plugin.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 javacc-maven-plugin.noarch using yum by running the following command:

sudo yum -y install javacc-maven-plugin.noarch

How To Uninstall javacc-maven-plugin.noarch on Amazon Linux 2

To uninstall only the javacc-maven-plugin.noarch package we can use the following command:

sudo yum remove javacc-maven-plugin.noarch

javacc-maven-plugin.noarch Package Contents on Amazon Linux 2

/usr/share/doc/javacc-maven-plugin-2.6
/usr/share/doc/javacc-maven-plugin-2.6/LICENSE-2.0.txt
/usr/share/doc/javacc-maven-plugin-2.6/NOTICE
/usr/share/java/javacc-maven-plugin
/usr/share/java/javacc-maven-plugin/javacc-maven-plugin.jar
/usr/share/maven-effective-poms/JPP.javacc-maven-plugin-javacc-maven-plugin.pom
/usr/share/maven-fragments/javacc-maven-plugin.xml
/usr/share/maven-poms/JPP.javacc-maven-plugin-javacc-maven-plugin.pom

References

Summary

In this tutorial we learn how to install javacc-maven-plugin.noarch on Amazon Linux 2 using yum.