How to Install and Uninstall re2c.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "re2c.x86_64" package

Please follow the steps below to install re2c.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install re2c.x86_64

2. Uninstall "re2c.x86_64" package

Please follow the guidance below to uninstall re2c.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove re2c.x86_64 $ sudo dnf autoremove

3. Information about the re2c.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:29:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : re2c
Version : 2.2
Release : 1.el9
Architecture : x86_64
Size : 497 k
Source : re2c-2.2-1.el9.src.rpm
Repository : epel
Summary : Tool for generating C, C++, and go recognizers from regular expressions
URL : https://re2c.org/
License : Public Domain
Description : re2c is a tool for writing very fast and very flexible scanners. Unlike any
: other such tool, re2c focuses on generating high efficient code for regular
: expression matching. As a result this allows a much broader range of use than
: any traditional lexer offers. And Last but not least re2c generates warning
: free code that is equal to hand-written code in terms of size, speed and
: quality.