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

Last updated: May 17,2024

1. Install "byacc.src" package

This guide let you learn how to install byacc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install byacc.src

2. Uninstall "byacc.src" package

Here is a brief guide to show you how to uninstall byacc.src on Oracle Linux 8:

$ sudo dnf remove byacc.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:23:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : byacc
Version : 1.9.20170709
Release : 4.el8
Architecture : src
Size : 718 k
Source : None
Repository : ol8_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.