How To Install antlr32-maven-plugin on Fedora 36
Introduction
In this tutorial we learn how to install antlr32-maven-plugin on Fedora 36.
What is antlr32-maven-plugin
Maven plug-in for creating ANTLR-generated parsers.
We can use yum or dnf to install antlr32-maven-plugin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install antlr32-maven-plugin.
Install antlr32-maven-plugin on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install antlr32-maven-plugin using dnf by running the following command:
sudo dnf -y install antlr32-maven-plugin
Install antlr32-maven-plugin on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install antlr32-maven-plugin using yum by running the following command:
sudo yum -y install antlr32-maven-plugin
How To Uninstall antlr32-maven-plugin on Fedora 36
To uninstall only the antlr32-maven-plugin package we can use the following command:
sudo dnf remove antlr32-maven-plugin
antlr32-maven-plugin Package Contents on Fedora 36
/usr/share/java/antlr32
/usr/share/java/antlr32/antlr3-maven-plugin-3.2.jar
/usr/share/licenses/antlr32-maven-plugin
/usr/share/licenses/antlr32-maven-plugin/LICENSE.txt
/usr/share/maven-metadata/antlr32-maven-plugin.xml
/usr/share/maven-poms/antlr32
/usr/share/maven-poms/antlr32/antlr3-maven-plugin-3.2.pom
References
Summary
In this tutorial we learn how to install antlr32-maven-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).