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

Last updated: May 18,2024

1. Install "bison.src" package

Please follow the step by step instructions below to install bison.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bison.src

2. Uninstall "bison.src" package

In this section, we are going to explain the necessary steps to uninstall bison.src on Oracle Linux 9:

$ sudo dnf remove bison.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:50:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bison
Version : 3.7.4
Release : 5.el9
Architecture : src
Size : 2.5 M
Source : None
Repository : ol9_appstream
Summary : A GNU general-purpose parser generator
URL : http://www.gnu.org/software/bison/
License : GPLv3+
Description : Bison is a general purpose parser generator that converts a grammar
: description for an LALR(1) context-free grammar into a C program to
: parse that grammar. Bison can be used to develop a wide range of
: language parsers, from ones used in simple desk calculators to complex
: programming languages. Bison is upwardly compatible with Yacc, so any
: correctly written Yacc grammar should work with Bison without any
: changes. If you know Yacc, you shouldn't have any trouble using
: Bison. You do need to be very proficient in C programming to be able
: to use Bison. Bison is only needed on systems that are used for
: development.
:
: If your system will be used for C development, you should install
: Bison.