How to Install and Uninstall lemon.x86_64 Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "lemon.x86_64" package

This is a short guide on how to install lemon.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install lemon.x86_64

2. Uninstall "lemon.x86_64" package

This is a short guide on how to uninstall lemon.x86_64 on Amazon Linux 2:

$ sudo yum remove lemon.x86_64 $ sudo yum autoremove

3. Information about the lemon.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : lemon
Arch : x86_64
Version : 3.7.17
Release : 8.amzn2.1.1
Size : 53 k
Repo : amzn2-core/2/x86_64
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.