How to Install and Uninstall byacc.x86_64 Package on AlmaLinux 9
Last updated: November 27,2024
1. Install "byacc.x86_64" package
This guide let you learn how to install byacc.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
byacc.x86_64
Copied
2. Uninstall "byacc.x86_64" package
In this section, we are going to explain the necessary steps to uninstall byacc.x86_64 on AlmaLinux 9:
$
sudo dnf remove
byacc.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the byacc.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:43:57 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : byacc
Version : 2.0.20210109
Release : 4.el9
Architecture : x86_64
Size : 88 k
Source : byacc-2.0.20210109-4.el9.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.
Available Packages
Name : byacc
Version : 2.0.20210109
Release : 4.el9
Architecture : x86_64
Size : 88 k
Source : byacc-2.0.20210109-4.el9.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.