How to Install and Uninstall javacc3-manual Package on openSUSE Leap

Last updated: May 08,2024

1. Install "javacc3-manual" package

Please follow the steps below to install javacc3-manual on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install javacc3-manual

2. Uninstall "javacc3-manual" package

Please follow the instructions below to uninstall javacc3-manual on openSUSE Leap:

$ sudo zypper remove javacc3-manual

3. Information about the javacc3-manual package on openSUSE Leap

Information for package javacc3-manual:
---------------------------------------
Repository : Main Repository
Name : javacc3-manual
Version : 3.2-3.40
Arch : noarch
Vendor : SUSE LLC
Installed Size : 274.7 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.