< Home - < Back

lpg


Information about the package, lpg, which is shipped with common Linux distributions. The lpg package is designed for, LALR Parser Generator.


Package Name:

lpg

Summary:

LALR Parser Generator

Description:

The LALR Parser Generator (LPG) is a tool for developing scanners and parsers written in Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.

Architecture:

x86_64

Version:

2.0.17

Release:

4.1.el6

Size:

706 k

Repository:

base

From Repository:

Licence:

EPL



Handy Yum Commands for lpg


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


Command

Description of Command

yum install lpg

This command will install lpg on the server.

yum remove lpg

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

yum -y remove lpg

This command will un-install lpg 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 lpg when using the -y flag.

yum update lpg

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

yum -y update lpg

This command will update lpg 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 lpg when using the -y flag.

yum info lpg

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

yum deplist lpg

This command will show you the dependencies for lpg. 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 lpg

This command will check if there is an update waiting on lpg. 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.