How To Install java_cup on Fedora 36

In this tutorial we learn how to install java_cup in Fedora 36. java_cup is LALR parser generator for Java

Introduction

In this tutorial we learn how to install java_cup on Fedora 36.

What is java_cup

java_cup is a LALR Parser Generator for Java

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

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

sudo dnf -y install java_cup

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

sudo yum -y install java_cup

How To Uninstall java_cup on Fedora 36

To uninstall only the java_cup package we can use the following command:

sudo dnf remove java_cup

java_cup Package Contents on Fedora 36

/usr/bin/cup
/usr/share/doc/java_cup
/usr/share/doc/java_cup/changelog.txt
/usr/share/java/java_cup-runtime.jar
/usr/share/java/java_cup.jar
/usr/share/licenses/java_cup
/usr/share/licenses/java_cup/licence.txt
/usr/share/maven-metadata/java_cup.xml

References

Summary

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