How to Install and Uninstall kelbt Package on openSUSE Leap

Last updated: May 18,2024

1. Install "kelbt" package

This guide let you learn how to install kelbt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install kelbt

2. Uninstall "kelbt" package

Please follow the steps below to uninstall kelbt on openSUSE Leap:

$ sudo zypper remove kelbt

3. Information about the kelbt package on openSUSE Leap

Information for package kelbt:
------------------------------
Repository : Main Repository
Name : kelbt
Version : 0.16-bp155.3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 204.9 KiB
Installed : No
Status : not installed
Source package : kelbt-0.16-bp155.3.12.src
Upstream URL : http://www.colm.net/files/kelbt/
Summary : Backtracking LALR(1) parser generator
Description :
Kelbt generates backtracking LALR(1) parsers. Where traditional
LALR(1) parser generators require static resolution of shift/reduce
conflicts, Kelbt generates parsers that handle conflicts by
backtracking at runtime. Kelbt is able to generate a parser for any
context-free grammar that is free of hidden left recursion.