How to Install and Uninstall byaccj.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "byaccj.x86_64" package

In this section, we are going to explain the necessary steps to install byaccj.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install byaccj.x86_64

2. Uninstall "byaccj.x86_64" package

In this section, we are going to explain the necessary steps to uninstall byaccj.x86_64 on Fedora 34:

$ sudo dnf remove byaccj.x86_64 $ sudo dnf autoremove

3. Information about the byaccj.x86_64 package on Fedora 34

Last metadata expiration check: 2:25:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : byaccj
Version : 1.15
Release : 25.fc34
Architecture : x86_64
Size : 59 k
Source : byaccj-1.15-25.fc34.src.rpm
Repository : fedora
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!