How to Install and Uninstall ragel Package on openSUSE Leap

Last updated: May 19,2024

1. Install "ragel" package

Please follow the guidance below to install ragel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ragel

2. Uninstall "ragel" package

This guide let you learn how to uninstall ragel on openSUSE Leap:

$ sudo zypper remove ragel

3. Information about the ragel package on openSUSE Leap

Information for package ragel:
------------------------------
Repository : Main Repository
Name : ragel
Version : 7.0.4-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.3 MiB
Installed : No
Status : not installed
Source package : ragel-7.0.4-bp155.2.10.src
Upstream URL : https://www.colm.net/open-source/ragel/
Summary : Finite state machine compiler
Description :
Ragel compiles finite state machines from regular languages into
executable C, C++, Objective-C, or D code. 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.