How to Install and Uninstall re2c Package on Kali Linux

Last updated: July 08,2024

1. Install "re2c" package

Here is a brief guide to show you how to install re2c on Kali Linux

$ sudo apt update $ sudo apt install re2c

2. Uninstall "re2c" package

Here is a brief guide to show you how to uninstall re2c on Kali Linux:

$ sudo apt remove re2c $ sudo apt autoclean && sudo apt autoremove

3. Information about the re2c package on Kali Linux

Package: re2c
Version: 3.1-1
Installed-Size: 3626
Maintainer: Jeroen Ploemen
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 457880
SHA256: a19f94787e3d1e19c0a6f27ad2447b116ab7beb99e3be2eba7b4a39d8608e455
SHA1: e016484d669c06baa7d7c0fcbd7fe4b38b65c707
MD5sum: 1d9e2c10a6cd2fe498668cba04620010
Description: lexer generator for C, C++, Go and Rust
re2c's main goal is generating fast lexers: at least as fast as
their reasonably optimized hand-coded counterparts. Instead of using
a traditional table-driven approach, re2c encodes the generated
finite state automata directly in the form of conditional jumps and
comparisons. The resulting programs are faster and often smaller
than their table-driven analogues, and they are much easier to debug
and understand. Quite a few optimizations are applied in order to
speed up and compress the generated code.
.
Another distinctive feature is its flexible interface: instead of
assuming a fixed program template, re2c lets the programmer write
most of the interface code and adapt the generated lexer to any
particular environment.
Description-md5:
Multi-Arch: foreign
Homepage: https://re2c.org
Tag: devel::code-generator, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility,
use::searching
Section: devel
Priority: optional
Filename: pool/main/r/re2c/re2c_3.1-1_amd64.deb