How to Install and Uninstall kelbt.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "kelbt.x86_64" package

Please follow the steps below to install kelbt.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install kelbt.x86_64

2. Uninstall "kelbt.x86_64" package

Please follow the guidance below to uninstall kelbt.x86_64 on Fedora 36:

$ sudo dnf remove kelbt.x86_64 $ sudo dnf autoremove

3. Information about the kelbt.x86_64 package on Fedora 36

Last metadata expiration check: 5:10:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : kelbt
Version : 0.16
Release : 14.fc36
Architecture : x86_64
Size : 86 k
Source : kelbt-0.16-14.fc36.src.rpm
Repository : fedora
Summary : Backtracking LR Parsing
URL : http://freecode.com/projects/kelbt
License : GPLv2+ and LGPLv2+
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.