How to Install and Uninstall javacc.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "javacc.noarch" package

This guide covers the steps necessary to install javacc.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install javacc.noarch

2. Uninstall "javacc.noarch" package

This guide let you learn how to uninstall javacc.noarch on AlmaLinux 9:

$ sudo dnf remove javacc.noarch $ sudo dnf autoremove

3. Information about the javacc.noarch package on AlmaLinux 9

Last metadata expiration check: 2:31:09 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : javacc
Version : 7.0.12
Release : 1.el9
Architecture : noarch
Size : 610 k
Source : javacc-7.0.12-1.el9.src.rpm
Repository : epel
Summary : A parser/scanner generator for java
URL : https://javacc.org/
License : BSD-3-Clause AND BSD-2-Clause
Description : Java Compiler Compiler (JavaCC) is the most popular parser generator for use
: with Java applications. A parser generator is a tool that reads a grammar
: specification and converts it to a Java program that can recognize matches to
: the grammar. In addition to the parser generator itself, JavaCC provides other
: standard capabilities related to parser generation such as tree building (via
: a tool called JJTree included with JavaCC), actions, debugging, etc.