How to Install and Uninstall java-cup Package on openSuSE Tumbleweed
Last updated: February 17,2025
1. Install "java-cup" package
Learn how to install java-cup on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
java-cup
Copied
2. Uninstall "java-cup" package
Please follow the guidelines below to uninstall java-cup on openSuSE Tumbleweed:
$
sudo zypper remove
java-cup
Copied
3. Information about the java-cup package on openSuSE Tumbleweed
Information for package java-cup:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : java-cup
Version : 0.11-33.1
Arch : noarch
Vendor : openSUSE
Installed Size : 184.7 KiB
Installed : No
Status : not installed
Source package : java-cup-0.11-33.1.src
Upstream URL : https://www2.cs.tum.edu/projects/cup/
Summary : LALR Parser Generator in Java
Description :
java-cup is a LALR Parser Generator in Java. With v0.11, you can: *
use CUP in an Ant-Target
* start CUP by a simple command like java -jar java-cup-11a.jar
myGrammar.cup
* use generic parametrized classes (since Java 1.5) as datatypes for
non terminals and terminals
* have Your own symbol classes
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : java-cup
Version : 0.11-33.1
Arch : noarch
Vendor : openSUSE
Installed Size : 184.7 KiB
Installed : No
Status : not installed
Source package : java-cup-0.11-33.1.src
Upstream URL : https://www2.cs.tum.edu/projects/cup/
Summary : LALR Parser Generator in Java
Description :
java-cup is a LALR Parser Generator in Java. With v0.11, you can: *
use CUP in an Ant-Target
* start CUP by a simple command like java -jar java-cup-11a.jar
myGrammar.cup
* use generic parametrized classes (since Java 1.5) as datatypes for
non terminals and terminals
* have Your own symbol classes