How to Install and Uninstall byaccj Package on openSUSE Leap

Last updated: February 17,2025

1. Install "byaccj" package

Please follow the guidance below to install byaccj on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install byaccj

2. Uninstall "byaccj" package

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

$ sudo zypper remove byaccj

3. Information about the byaccj package on openSUSE Leap

Information for package byaccj:
-------------------------------
Repository : Main Repository
Name : byaccj
Version : 1.14-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 129.5 KiB
Installed : No
Status : not installed
Source package : byaccj-1.14-1.26.src
Upstream URL : http://byaccj.sourceforge.net/
Summary : Parser Generator with Java Extension
Description :
BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser
generator. Standard YACC takes a YACC source file, and generates one or
more C files from it, which if compiled properly, will produce a
LALR-grammar parser. This is useful for expression parsing, interactive
command parsing, and file reading. Many megabytes of YACC code have
been written over the years. This is the standard YACC tool that is in
use every day to produce C/C++ parsers. I have added a "-J" flag which
will cause BYACC to generate Java source code, instead. So there
finally is a YACC for Java now!