How to Install and Uninstall libre2-9 Package on Kali Linux

Last updated: November 22,2024

1. Install "libre2-9" package

In this section, we are going to explain the necessary steps to install libre2-9 on Kali Linux

$ sudo apt update $ sudo apt install libre2-9

2. Uninstall "libre2-9" package

Please follow the step by step instructions below to uninstall libre2-9 on Kali Linux:

$ sudo apt remove libre2-9 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libre2-9 package on Kali Linux

Package: libre2-9
Source: re2
Version: 20220601+dfsg-1
Installed-Size: 499
Maintainer: Stefano Rivera
Architecture: amd64
Replaces: libre2-dev (<< 20131024+dfsg-1~)
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Breaks: libre2-dev (<< 20131024+dfsg-1~)
Size: 177932
SHA256: d0f4aae6bcd79491c22ba5b6aadd2c7aff1fedf8b3213859cf9f09b8f3c66549
SHA1: 73cccf1a431e0850f18ac7943e0da8fe36f5fa75
MD5sum: 42a18986215efad809c47f7f9ba38ff0
Description: efficient, principled regular expression library
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.
.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.
.
On large inputs, RE2 is often much faster than backtracking engines; its use
of automata theory lets it apply optimizations that the others cannot.
Description-md5: fa4436c464caac5a165cb52db8665092
Multi-Arch: same
Homepage: https://github.com/google/re2
Built-Using: unicode-data (= 14.0.0-1.1)
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/r/re2/libre2-9_20220601+dfsg-1_amd64.deb