How to Install and Uninstall ragel Package on Kali Linux

Last updated: May 10,2024

1. Install "ragel" package

In this section, we are going to explain the necessary steps to install ragel on Kali Linux

$ sudo apt update $ sudo apt install ragel

2. Uninstall "ragel" package

Please follow the step by step instructions below to uninstall ragel on Kali Linux:

$ sudo apt remove ragel $ sudo apt autoclean && sudo apt autoremove

3. Information about the ragel package on Kali Linux

Package: ragel
Version: 6.10-4
Installed-Size: 2868
Maintainer: Chris Hofstaedtler
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Size: 1078116
SHA256: 5fbad0c37aa630d32650440a41b59e712ee44b3ea6be49454eda36062573bb1a
SHA1: 7096d88db040e6b8a7e800ea72ab3e7c39f57d55
MD5sum: b33827cd8dde74875d78c418dc07a5c5
Description: compiles finite state machines into code in various languages
Ragel compiles finite state machines from regular languages into C, C++,
Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed
actions at any point in a regular language. Non-determinism can be
controlled through the use of embedded priorities and guarded regular
language operators. Ragel also supports the construction of scanners and
the building of state machines using state-charts. Ragel can be used to
create robust recognizers and parsers which run very fast. It can work
with integer-sized alphabets and can compile large state machines.
The generated code has no dependencies.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/adrian-thurston/ragel
Tag: devel::code-generator, devel::compiler, devel::lang:c, devel::lang:c++,
devel::lang:c-sharp, devel::lang:java, devel::lang:objc,
devel::lang:ocaml, devel::lang:ruby, devel::library, implemented-in::c,
implemented-in::c++, implemented-in::ocaml, interface::commandline,
role::devel-lib, role::program, scope::utility,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/r/ragel/ragel_6.10-4_amd64.deb