How to Install and Uninstall kelbt.x86_64 Package on Fedora 34
Last updated: November 13,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
Copied
$
sudo dnf install
kelbt.x86_64
Copied
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
Copied
$
sudo dnf autoremove
Copied
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.
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.