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

Last updated: June 01,2024

1. Install "javacc3-demo" package

Please follow the step by step instructions below to install javacc3-demo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install javacc3-demo

2. Uninstall "javacc3-demo" package

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

$ sudo zypper remove javacc3-demo

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

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