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

Last updated: May 20,2024

1. Install "libre2-10" package

This tutorial shows how to install libre2-10 on Kali Linux

$ sudo apt update $ sudo apt install libre2-10

2. Uninstall "libre2-10" package

Please follow the guidelines below to uninstall libre2-10 on Kali Linux:

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

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

Package: libre2-10
Source: re2
Version: 20230301-3
Installed-Size: 531
Maintainer: Stefano Rivera
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 187276
SHA256: e0bfcf43885f5be28c710343c8165cfd2398ce3f2fadfcdbf8209d0abfb9f2cc
SHA1: 3ff5f7369535b62c0945e8ef38f409f696668460
MD5sum: 78463f3b8469a7013b6d3a9a44151097
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:
Multi-Arch: same
Homepage: https://github.com/google/re2
Built-Using: unicode-data (= 15.1.0-1)
Section: libs
Priority: optional
Filename: pool/main/r/re2/libre2-10_20230301-3_amd64.deb