How to Install and Uninstall javacc.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "javacc.noarch" package

This guide covers the steps necessary to install javacc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install javacc.noarch

2. Uninstall "javacc.noarch" package

Please follow the guidance below to uninstall javacc.noarch on Fedora 34:

$ sudo dnf remove javacc.noarch $ sudo dnf autoremove

3. Information about the javacc.noarch package on Fedora 34

Last metadata expiration check: 0:22:58 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : javacc
Version : 7.0.4
Release : 8.fc34
Architecture : noarch
Size : 598 k
Source : javacc-7.0.4-8.fc34.src.rpm
Repository : fedora
Summary : A parser/scanner generator for java
URL : http://javacc.org
License : BSD
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.