How to Install and Uninstall byaccj.x86_64 Package on Amazon Linux 2
Last updated: November 24,2024
1. Install "byaccj.x86_64" package
Please follow the steps below to install byaccj.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
byaccj.x86_64
Copied
2. Uninstall "byaccj.x86_64" package
Please follow the instructions below to uninstall byaccj.x86_64 on Amazon Linux 2:
$
sudo yum remove
byaccj.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the byaccj.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : byaccj
Arch : x86_64
Version : 1.15
Release : 8.amzn2.0.2
Size : 56 k
Repo : amzn2-core/2/x86_64
Summary : Parser Generator with Java Extension
URL : http://byaccj.sourceforge.net/
License : Public Domain
Description : BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible
: parser generator. Standard YACC takes a YACC source file, and
: generates one or more C files from it, which if compiled properly,
: will produce a LALR-grammar parser. This is useful for expression
: parsing, interactive command parsing, and file reading. Many
: megabytes of YACC code have been written over the years.
: This is the standard YACC tool that is in use every day to produce
: C/C++ parsers. I have added a "-J" flag which will cause BYACC to
: generate Java source code, instead. So there finally is a YACC for
: Java now!
Available Packages
Name : byaccj
Arch : x86_64
Version : 1.15
Release : 8.amzn2.0.2
Size : 56 k
Repo : amzn2-core/2/x86_64
Summary : Parser Generator with Java Extension
URL : http://byaccj.sourceforge.net/
License : Public Domain
Description : BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible
: parser generator. Standard YACC takes a YACC source file, and
: generates one or more C files from it, which if compiled properly,
: will produce a LALR-grammar parser. This is useful for expression
: parsing, interactive command parsing, and file reading. Many
: megabytes of YACC code have been written over the years.
: This is the standard YACC tool that is in use every day to produce
: C/C++ parsers. I have added a "-J" flag which will cause BYACC to
: generate Java source code, instead. So there finally is a YACC for
: Java now!