How to Install and Uninstall ragel-6 Package on openSUSE Leap

Last updated: May 05,2024

1. Install "ragel-6" package

Please follow the step by step instructions below to install ragel-6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ragel-6

2. Uninstall "ragel-6" package

This guide covers the steps necessary to uninstall ragel-6 on openSUSE Leap:

$ sudo zypper remove ragel-6

3. Information about the ragel-6 package on openSUSE Leap

Information for package ragel-6:
--------------------------------
Repository : Main Repository
Name : ragel-6
Version : 6.10-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : ragel-6-6.10-bp155.2.11.src
Upstream URL : http://complang.org/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.