How to Install and Uninstall libre2-11 Package on openSUSE Leap
Last updated: November 08,2024
1. Install "libre2-11" package
This is a short guide on how to install libre2-11 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
libre2-11
Copied
2. Uninstall "libre2-11" package
This guide let you learn how to uninstall libre2-11 on openSUSE Leap:
$
sudo zypper remove
libre2-11
Copied
3. Information about the libre2-11 package on openSUSE Leap
Information for package libre2-11:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libre2-11
Version : 20240201-150400.9.5.1
Arch : x86_64
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 571.7 KiB
Installed : No
Status : not installed
Source package : re2-20240201-150400.9.5.1.src
Upstream URL : https://github.com/google/re2
Summary : C++ fast alternative to backtracking RE engines
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).
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libre2-11
Version : 20240201-150400.9.5.1
Arch : x86_64
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 571.7 KiB
Installed : No
Status : not installed
Source package : re2-20240201-150400.9.5.1.src
Upstream URL : https://github.com/google/re2
Summary : C++ fast alternative to backtracking RE engines
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).