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

Last updated: May 06,2024

1. Install "ragel.i686" package

This guide let you learn how to install ragel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install ragel.i686

2. Uninstall "ragel.i686" package

This is a short guide on how to uninstall ragel.i686 on Fedora 35:

$ sudo dnf remove ragel.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:10:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ragel
Version : 7.0.0.12
Release : 6.fc35
Architecture : i686
Size : 994 k
Source : ragel-7.0.0.12-6.fc35.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.