How to Install and Uninstall javacc Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "javacc" package
Here is a brief guide to show you how to install javacc on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
javacc
Copied
2. Uninstall "javacc" package
Here is a brief guide to show you how to uninstall javacc on openSuSE Tumbleweed:
$
sudo zypper remove
javacc
Copied
3. Information about the javacc package on openSuSE Tumbleweed
Information for package javacc:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : javacc
Version : 7.0.13-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 675.9 KiB
Installed : No
Status : not installed
Source package : javacc-7.0.13-1.2.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.
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : javacc
Version : 7.0.13-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 675.9 KiB
Installed : No
Status : not installed
Source package : javacc-7.0.13-1.2.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.