How to Install and Uninstall lemon.x86_64 Package on Fedora 39
Last updated: January 13,2025
1. Install "lemon.x86_64" package
In this section, we are going to explain the necessary steps to install lemon.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
lemon.x86_64
Copied
2. Uninstall "lemon.x86_64" package
Please follow the guidance below to uninstall lemon.x86_64 on Fedora 39:
$
sudo dnf remove
lemon.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the lemon.x86_64 package on Fedora 39
Last metadata expiration check: 3:04:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : lemon
Version : 3.42.0
Release : 7.fc39
Architecture : x86_64
Size : 56 k
Source : sqlite-3.42.0-7.fc39.src.rpm
Repository : fedora
Summary : A parser generator
URL : http://www.sqlite.org/
License : blessing
Description : Lemon is an LALR(1) parser generator for C or C++. It does the same
: job as bison and yacc. But lemon is not another bison or yacc
: clone. It uses a different grammar syntax which is designed to reduce
: the number of coding errors. Lemon also uses a more sophisticated
: parsing engine that is faster than yacc and bison and which is both
: reentrant and thread-safe. Furthermore, Lemon implements features
: that can be used to eliminate resource leaks, making is suitable for
: use in long-running programs such as graphical user interfaces or
: embedded controllers.
Available Packages
Name : lemon
Version : 3.42.0
Release : 7.fc39
Architecture : x86_64
Size : 56 k
Source : sqlite-3.42.0-7.fc39.src.rpm
Repository : fedora
Summary : A parser generator
URL : http://www.sqlite.org/
License : blessing
Description : Lemon is an LALR(1) parser generator for C or C++. It does the same
: job as bison and yacc. But lemon is not another bison or yacc
: clone. It uses a different grammar syntax which is designed to reduce
: the number of coding errors. Lemon also uses a more sophisticated
: parsing engine that is faster than yacc and bison and which is both
: reentrant and thread-safe. Furthermore, Lemon implements features
: that can be used to eliminate resource leaks, making is suitable for
: use in long-running programs such as graphical user interfaces or
: embedded controllers.