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

Last updated: May 14,2024

1. Install "libre2-dev" package

Please follow the instructions below to install libre2-dev on Kali Linux

$ sudo apt update $ sudo apt install libre2-dev

2. Uninstall "libre2-dev" package

In this section, we are going to explain the necessary steps to uninstall libre2-dev on Kali Linux:

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

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

Package: libre2-dev
Source: re2
Version: 20230301-3
Installed-Size: 1207
Maintainer: Stefano Rivera
Architecture: amd64
Replaces: libre2-0 (<< 0+hg40+dfsg-1~)
Depends: libre2-10 (= 20230301-3)
Breaks: libre2-0 (<< 0+hg40+dfsg-1~)
Size: 245284
SHA256: a052d8f76bf461392593ab5a5fbb2dde98da3c5ce222da7c97adf8b414a5c1b9
SHA1: 086cee6a3dca7ec4d0887c383e9717d596153693
MD5sum: 6c18602028f35ea733e90617bda9220f
Description: efficient, principled regular expression library, development kit
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.
.
This package contains the static library and header files used in development.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/re2
Built-Using: unicode-data (= 15.1.0-1)
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/re2/libre2-dev_20230301-3_amd64.deb