How to Install and Uninstall byacc Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "byacc" package

Please follow the guidance below to install byacc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install byacc

2. Uninstall "byacc" package

Please follow the guidance below to uninstall byacc on openSuSE Tumbleweed:

$ sudo zypper remove byacc

3. Information about the byacc package on openSuSE Tumbleweed

Information for package byacc:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : byacc
Version : 20230521-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 416.4 KiB
Installed : No
Status : not installed
Source package : byacc-20230521-1.3.src
Upstream URL : https://invisible-island.net/byacc/byacc.html
Summary : LALR(1) parser generator
Description :
Berkeley Yacc is a LALR(1) parser generator. It has been made as compatible as
possible with AT&T Yacc and it accepts any input specification that conforms to
the AT&T Yacc documentation. In contrast to bison, it is written to avoid
dependencies upon a particular compiler.