How to Install and Uninstall re2c Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "re2c" package

Please follow the step by step instructions below to install re2c on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install re2c

2. Uninstall "re2c" package

Please follow the step by step instructions below to uninstall re2c on openSuSE Tumbleweed:

$ sudo zypper remove re2c

3. Information about the re2c package on openSuSE Tumbleweed

Information for package re2c:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : re2c
Version : 3.1-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : re2c-3.1-1.6.src
Upstream URL : https://re2c.org/
Summary : Tool for generating C-based recognizers from regular expressions
Description :
re2c is a tool for writing fast and flexible lexers. Unlike other such
tools, it concentrates solely on generating efficient code for matching
regular expressions. This makes it suitable for a wide variety of
applications. The generated scanners approach hand-crafted ones in
terms of size and speed.