How to Install and Uninstall ragel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "ragel.x86_64" package

Here is a brief guide to show you how to install ragel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ragel.x86_64

2. Uninstall "ragel.x86_64" package

This guide let you learn how to uninstall ragel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ragel.x86_64 $ sudo dnf autoremove

3. Information about the ragel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:33:45 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ragel
Version : 7.0.0.12
Release : 7.el9
Architecture : x86_64
Size : 1.1 M
Source : ragel-7.0.0.12-7.el9.src.rpm
Repository : epel
Summary : Finite state machine compiler
URL : http://www.colm.net/open-source/ragel/
License : MIT and LGPLv2+
Description : Ragel compiles executable finite state machines from regular languages.
: Ragel targets C, C++ and ASM. Ragel state machines can not only recognize
: byte sequences as regular expression machines do, but can also execute code
: at arbitrary points in the recognition of a regular language. Code embedding
: is done using inline operators that do not disrupt the regular language syntax.