How to Install and Uninstall lemon Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "lemon" package

This guide let you learn how to install lemon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install lemon

2. Uninstall "lemon" package

Here is a brief guide to show you how to uninstall lemon on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the lemon package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: lemon
Architecture: amd64
Version: 3.11.0-1ubuntu1.5
Priority: optional
Section: universe/devel
Source: sqlite3
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 225
Depends: libc6 (>= 2.14)
Filename: pool/universe/s/sqlite3/lemon_3.11.0-1ubuntu1.5_amd64.deb
Size: 52266
MD5sum: 5280eebbe98c077434c2d8e8413a1cd6
SHA1: 48f1218078de99b82554577ecc9acb44fd72a56b
SHA256: 8143a55db79a226f2baff9667444d0e7e43f10bddb90f6ac4bdad8e07e83e11f
SHA512: c86dff7cca2b023815c6b47e7d9420d972abb4b42e6b89f586a8f8507d3afa0929dc857323ddb1bf13c7e09fc85a7850c8980d201995b00baf9ea02d59c200ce
Homepage: http://www.sqlite.org/
Description-en: 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: 867ddd6dcabf45fb31853e332c544f1f

Package: lemon
Priority: optional
Section: universe/devel
Installed-Size: 224
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: sqlite3
Version: 3.11.0-1ubuntu1
Depends: libc6 (>= 2.14)
Filename: pool/universe/s/sqlite3/lemon_3.11.0-1ubuntu1_amd64.deb
Size: 50868
MD5sum: b327f9a3d567022396307df79d39b778
SHA1: bfafc0cca506ec0111a84414e059ba0e3f7ba030
SHA256: ae23d3f3e337439af6d5fdda057b70861d431b0dc1e23cd5ad139f10304f3670
Description-en: 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: 867ddd6dcabf45fb31853e332c544f1f
Homepage: http://www.sqlite.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu