How to Install and Uninstall rubygem-racc.x86_64 Package on Rocky Linux 9

Last updated: June 26,2024

1. Install "rubygem-racc.x86_64" package

Learn how to install rubygem-racc.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rubygem-racc.x86_64

2. Uninstall "rubygem-racc.x86_64" package

Please follow the guidelines below to uninstall rubygem-racc.x86_64 on Rocky Linux 9:

$ sudo dnf remove rubygem-racc.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-racc.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:55:11 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rubygem-racc
Version : 1.6.0
Release : 203.el9
Architecture : x86_64
Size : 54 k
Source : rubygem-racc-1.6.0-203.el9.src.rpm
Repository : epel
Summary : LALR(1) parser generator
URL : https://github.com/tenderlove/racc
License : BSD
Description : Racc is a LALR(1) parser generator.
: It is written in Ruby itself, and generates Ruby program.