< Home - < Back

bison-runtime


Information about the package, bison-runtime, which is shipped with common Linux distributions. The bison-runtime package is designed for, Runtime support files used by Bison-generated parsers.


Package Name:

bison-runtime

Summary:

Runtime support files used by Bison-generated parsers

Description:

The bison-runtime package contains files used at runtime by parsers that Bison generates. Packages whose binaries contain parsers generated by Bison should depend on bison-runtime to ensure that these files are available. See the Internationalization in the Bison manual section for more information.

Architecture:

x86_64

Version:

2.4.1

Release:

5.el6

Size:

32 k

Repository:

base

From Repository:

Licence:

GPLv3+



Handy Yum Commands for bison-runtime


Control the bison-runtime package with the following handy commands outlined below.


Command

Description of Command

yum install bison-runtime

This command will install bison-runtime on the server.

yum remove bison-runtime

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

yum -y remove bison-runtime

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

yum update bison-runtime

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

yum -y update bison-runtime

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

yum info bison-runtime

This command will show you core information about the bison-runtime package.

yum deplist bison-runtime

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

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