How To Install antlr32-tool on Fedora 36

In this tutorial we learn how to install antlr32-tool in Fedora 36. antlr32-tool is Command line tool for creating ANTLR-generated parsers

Introduction

In this tutorial we learn how to install antlr32-tool on Fedora 36.

What is antlr32-tool

Command line tool for creating ANTLR-generated parsers.

We can use yum or dnf to install antlr32-tool on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install antlr32-tool.

Install antlr32-tool 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-tool using dnf by running the following command:

sudo dnf -y install antlr32-tool

Install antlr32-tool 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-tool using yum by running the following command:

sudo yum -y install antlr32-tool

How To Uninstall antlr32-tool on Fedora 36

To uninstall only the antlr32-tool package we can use the following command:

sudo dnf remove antlr32-tool

antlr32-tool Package Contents on Fedora 36

/usr/share/java/antlr32
/usr/share/java/antlr32/antlr-3.2.jar
/usr/share/licenses/antlr32-tool
/usr/share/licenses/antlr32-tool/LICENSE.txt
/usr/share/maven-metadata/antlr32-tool.xml
/usr/share/maven-poms/antlr32
/usr/share/maven-poms/antlr32/antlr-3.2.pom

References

Summary

In this tutorial we learn how to install antlr32-tool on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).