How to Install and Uninstall re2c.x86_64 Package on AlmaLinux 9

Last updated: July 07,2024

1. Install "re2c.x86_64" package

Learn how to install re2c.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install re2c.x86_64

2. Uninstall "re2c.x86_64" package

This guide covers the steps necessary to uninstall re2c.x86_64 on AlmaLinux 9:

$ sudo dnf remove re2c.x86_64 $ sudo dnf autoremove

3. Information about the re2c.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:51:32 ago on Wed Mar 13 07:41:12 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.