How to Install and Uninstall re2c.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "re2c.x86_64" package

Please follow the guidelines below to install re2c.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install re2c.x86_64

2. Uninstall "re2c.x86_64" package

Please follow the guidelines below to uninstall re2c.x86_64 on Fedora 35:

$ sudo dnf remove re2c.x86_64 $ sudo dnf autoremove

3. Information about the re2c.x86_64 package on Fedora 35

Last metadata expiration check: 2:00:12 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : re2c
Version : 2.1.1
Release : 2.fc35
Architecture : x86_64
Size : 475 k
Source : re2c-2.1.1-2.fc35.src.rpm
Repository : fedora
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.