How to Install and Uninstall ragel.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "ragel.i686" package

This guide covers the steps necessary to install ragel.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ragel.i686

2. Uninstall "ragel.i686" package

This tutorial shows how to uninstall ragel.i686 on Fedora 36:

$ sudo dnf remove ragel.i686 $ sudo dnf autoremove

3. Information about the ragel.i686 package on Fedora 36

Last metadata expiration check: 1:09:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ragel
Version : 7.0.0.12
Release : 7.fc36
Architecture : i686
Size : 1.0 M
Source : ragel-7.0.0.12-7.fc36.src.rpm
Repository : fedora
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.