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

Last updated: October 06,2024

1. Install "ragel.i686" package

Please follow the steps below to install ragel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ragel.i686

2. Uninstall "ragel.i686" package

Please follow the guidelines below to uninstall ragel.i686 on Fedora 34:

$ sudo dnf remove ragel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:25:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ragel
Version : 7.0.0.12
Release : 5.fc34
Architecture : i686
Size : 1.0 M
Source : ragel-7.0.0.12-5.fc34.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.