How to Install and Uninstall libboost-regex-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libboost-regex-dev" package

This tutorial shows how to install libboost-regex-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-regex-dev

2. Uninstall "libboost-regex-dev" package

Here is a brief guide to show you how to uninstall libboost-regex-dev on Kali Linux:

$ sudo apt remove libboost-regex-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-regex-dev package on Kali Linux

Package: libboost-regex-dev
Source: boost-defaults (1.83.0.2)
Version: 1.83.0.2+b2
Installed-Size: 11
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-regex1.83-dev
Size: 3864
SHA256: d4405fc2d24b72136715be44df2ef1df91a26505da83792d756de283c072e9d6
SHA1: c56df2cadfd9e14a6ce7c0a2eda058c7873091a7
MD5sum: c52ceddabce01dd5d69b4ac588e6638a
Description: regular expression library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
Regular expressions are a form of pattern-matching that are often
used in text processing; many users will be familiar with the Unix
utilities grep, sed and awk, and the programming language perl, each
of which make extensive use of regular expressions. Traditionally C++
users have been limited to the POSIX C APIs for manipulating regular
expressions, and while regex does provide these APIs, they do not
represent the best way to use the library. For example regex can cope
with wide character strings, or search and replace operations (in a
manner analogous to either sed or perl), something that traditional C
libraries can not do.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/regex/
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib,
role::program, use::searching
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-regex-dev_1.83.0.2+b2_amd64.deb