How to Install and Uninstall javacc3 Package on openSUSE Leap

Last updated: December 24,2024

1. Install "javacc3" package

Please follow the steps below to install javacc3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install javacc3

2. Uninstall "javacc3" package

Please follow the steps below to uninstall javacc3 on openSUSE Leap:

$ sudo zypper remove javacc3

3. Information about the javacc3 package on openSUSE Leap

Information for package javacc3:
--------------------------------
Repository : Main Repository
Name : javacc3
Version : 3.2-3.40
Arch : noarch
Vendor : SUSE LLC
Installed Size : 280.5 KiB
Installed : No
Status : not installed
Source package : javacc3-3.2-3.40.src
Upstream URL : https://javacc.dev.java.net/
Summary : A parser/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.