How to Install and Uninstall byacc.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "byacc.src" package

In this section, we are going to explain the necessary steps to install byacc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install byacc.src

2. Uninstall "byacc.src" package

Please follow the instructions below to uninstall byacc.src on Oracle Linux 9:

$ sudo dnf remove byacc.src $ sudo dnf autoremove

3. Information about the byacc.src package on Oracle Linux 9

Last metadata expiration check: 1:12:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : byacc
Version : 2.0.20210109
Release : 4.el9
Architecture : src
Size : 829 k
Source : None
Repository : ol9_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.