How to Install and Uninstall libre2-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "libre2-dev" package

This is a short guide on how to install libre2-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libre2-dev

2. Uninstall "libre2-dev" package

This is a short guide on how to uninstall libre2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libre2-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libre2-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1320
Maintainer: Ubuntu Developers
Original-Maintainer: Stefano Rivera
Architecture: amd64
Source: re2
Version: 20160201+dfsg-1
Replaces: libre2-0 (<< 0+hg40+dfsg-1~)
Depends: libre2-1v5 (= 20160201+dfsg-1)
Breaks: libre2-0 (<< 0+hg40+dfsg-1~)
Filename: pool/universe/r/re2/libre2-dev_20160201+dfsg-1_amd64.deb
Size: 238814
MD5sum: b354afbb3791aafae4052c245c328fab
SHA1: f25fc79c8cea9861b3a4090e7c42ab8a0b3b0cc0
SHA256: 697802db1f7a1c7fee83c38f3dcd918237a689139bab3ac137e8de195c254d14
Description-en: 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: 877d8fcb54ca1379d20bacacf044187e
Built-Using: unicode-data (= 8.0-3)
Homepage: https://github.com/google/re2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu