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

Last updated: September 22,2024

1. Install "kelbt.x86_64" package

In this section, we are going to explain the necessary steps to install kelbt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kelbt.x86_64

2. Uninstall "kelbt.x86_64" package

In this section, we are going to explain the necessary steps to uninstall kelbt.x86_64 on Fedora 34:

$ sudo dnf remove kelbt.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:07:16 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : kelbt
Version : 0.16
Release : 12.fc34
Architecture : x86_64
Size : 85 k
Source : kelbt-0.16-12.fc34.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.