How to Install and Uninstall re2.x86_64 Package on CentOS 8 / RHEL 8
Last updated: January 20,2025
1. Install "re2.x86_64" package
This guide let you learn how to install re2.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
re2.x86_64
Copied
2. Uninstall "re2.x86_64" package
Please follow the guidance below to uninstall re2.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
re2.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the re2.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:18:47 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : re2
Version : 20190801
Release : 1.el8
Architecture : x86_64
Size : 191 k
Source : re2-20190801-1.el8.src.rpm
Repository : epel
Summary : C++ fast alternative to backtracking RE engines
URL : http://github.com/google/re2/
License : BSD
Description : RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
: backtracking regular expression engines like those used in PCRE, Perl, and
: Python.
:
: Backtracking engines are typically full of features and convenient syntactic
: sugar but can be forced into taking exponential amounts of time on even small
: inputs.
:
: In contrast, RE2 uses automata theory to guarantee that regular expression
: searches run in time linear in the size of the input, at the expense of some
: missing features (e.g back references and generalized assertions).
Available Packages
Name : re2
Version : 20190801
Release : 1.el8
Architecture : x86_64
Size : 191 k
Source : re2-20190801-1.el8.src.rpm
Repository : epel
Summary : C++ fast alternative to backtracking RE engines
URL : http://github.com/google/re2/
License : BSD
Description : RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
: backtracking regular expression engines like those used in PCRE, Perl, and
: Python.
:
: Backtracking engines are typically full of features and convenient syntactic
: sugar but can be forced into taking exponential amounts of time on even small
: inputs.
:
: In contrast, RE2 uses automata theory to guarantee that regular expression
: searches run in time linear in the size of the input, at the expense of some
: missing features (e.g back references and generalized assertions).