How to Install and Uninstall byacc.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "byacc.x86_64" package

Learn how to install byacc.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install byacc.x86_64

2. Uninstall "byacc.x86_64" package

This guide covers the steps necessary to uninstall byacc.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove byacc.x86_64 $ sudo dnf autoremove

3. Information about the byacc.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:59:48 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : byacc
Version : 1.9.20170709
Release : 4.el8
Architecture : x86_64
Size : 91 k
Source : byacc-1.9.20170709-4.el8.src.rpm
Repository : appstream
Summary : Berkeley Yacc, a parser generator
URL : http://invisible-island.net/byacc/byacc.html
License : Public Domain
Description : This package provides a parser generator utility that reads a grammar
: specification from a file and generates an LR(1) parser for it. The
: parsers consist of a set of LALR(1) parsing tables and a driver
: routine written in the C programming language. It has a public domain
: license which includes the generated C.
:
: If you are going to do development on your system, you will want to install
: this package.