How to Install and Uninstall javacc Package on openSUSE Leap

Last updated: May 16,2024

1. Install "javacc" package

Please follow the guidelines below to install javacc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install javacc

2. Uninstall "javacc" package

In this section, we are going to explain the necessary steps to uninstall javacc on openSUSE Leap:

$ sudo zypper remove javacc

3. Information about the javacc package on openSUSE Leap

Information for package javacc:
-------------------------------
Repository : Main Repository
Name : javacc
Version : 7.0.11-150200.3.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 666.5 KiB
Installed : No
Status : not installed
Source package : javacc-7.0.11-150200.3.4.4.src
Upstream URL : https://javacc.org
Summary : A Parser and Scanner Generator for Java
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.