< Home - < Back

lemon


Information about the package, lemon, which is shipped with common Linux distributions. The lemon package is designed for, A parser generator.


Package Name:

lemon

Summary:

A parser generator

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.

Architecture:

x86_64

Version:

3.6.20

Release:

1.el6_7.2

Size:

46 k

Repository:

base

From Repository:

Licence:

Public Domain



Handy Yum Commands for lemon


Control the lemon package with the following handy commands outlined below.


Command

Description of Command

yum install lemon

This command will install lemon on the server.

yum remove lemon

This command will un-install lemon on the server. When you run this command, you will be asked if you are sure that you want to remove lemon, so you have to manually confirm that you want to do this.

yum -y remove lemon

This command will un-install lemon on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove lemon when using the -y flag.

yum update lemon

This command will update lemon to the latest version. When you run this command, you will be asked if you are sure that you want to remove lemon, so you have to manually confirm that you want to do this.

yum -y update lemon

This command will update lemon to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove lemon when using the -y flag.

yum info lemon

This command will show you core information about the lemon package.

yum deplist lemon

This command will show you the dependencies for lemon. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update lemon

This command will check if there is an update waiting on lemon. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.