How to Install and Uninstall lemon Package on Kali Linux

Last updated: April 28,2024

1. Install "lemon" package

Please follow the instructions below to install lemon on Kali Linux

$ sudo apt update $ sudo apt install lemon

2. Uninstall "lemon" package

Please follow the steps below to uninstall lemon on Kali Linux:

$ sudo apt remove lemon $ sudo apt autoclean && sudo apt autoremove

3. Information about the lemon package on Kali Linux

Package: lemon
Source: sqlite3
Version: 3.45.1-1
Installed-Size: 414
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 297340
SHA256: cf80e1210507c0af27a42aa0927657f99eeec1303f5f464beeb09e45e59ea585
SHA1: 0252fd0a4cfed655961670d48723d6d8ad9f78a2
MD5sum: 75f59a591fb7786bfb67126952968a18
Description: LALR(1) Parser Generator for C or C++
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.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.sqlite.org/
Tag: devel::code-generator, devel::lang:c, devel::lang:c++, devel::library,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/s/sqlite3/lemon_3.45.1-1_amd64.deb