How to Install and Uninstall lemon.x86_64 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "lemon.x86_64" package

Here is a brief guide to show you how to install lemon.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install lemon.x86_64

2. Uninstall "lemon.x86_64" package

This guide let you learn how to uninstall lemon.x86_64 on CentOS Stream 8:

$ sudo dnf remove lemon.x86_64 $ sudo dnf autoremove

3. Information about the lemon.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:29:58 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : lemon
Version : 3.26.0
Release : 19.el8
Architecture : x86_64
Size : 77 k
Source : sqlite-3.26.0-19.el8.src.rpm
Repository : appstream
Summary : A parser generator
URL : http://www.sqlite.org/
License : Public Domain
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.