How to Install and Uninstall javacc-bootstrap Package on openSUSE Leap

Last updated: May 19,2024

1. Install "javacc-bootstrap" package

Please follow the instructions below to install javacc-bootstrap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install javacc-bootstrap

2. Uninstall "javacc-bootstrap" package

Here is a brief guide to show you how to uninstall javacc-bootstrap on openSUSE Leap:

$ sudo zypper remove javacc-bootstrap

3. Information about the javacc-bootstrap package on openSUSE Leap

Information for package javacc-bootstrap:
-----------------------------------------
Repository : Main Repository
Name : javacc-bootstrap
Version : 7.0.11-150200.3.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 636.6 KiB
Installed : No
Status : not installed
Source package : javacc-bootstrap-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.