How to Install and Uninstall byacc Package on openSUSE Leap

Last updated: May 13,2024

1. Install "byacc" package

Learn how to install byacc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install byacc

2. Uninstall "byacc" package

This guide covers the steps necessary to uninstall byacc on openSUSE Leap:

$ sudo zypper remove byacc

3. Information about the byacc package on openSUSE Leap

Information for package byacc:
------------------------------
Repository : Main Repository
Name : byacc
Version : 20221229-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 412.5 KiB
Installed : No
Status : not installed
Source package : byacc-20221229-bp155.1.5.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.