How to Install and Uninstall libboost-regex1.83-dev Package on Kali Linux

Last updated: November 25,2024

1. Install "libboost-regex1.83-dev" package

This is a short guide on how to install libboost-regex1.83-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-regex1.83-dev

2. Uninstall "libboost-regex1.83-dev" package

Please follow the steps below to uninstall libboost-regex1.83-dev on Kali Linux:

$ sudo apt remove libboost-regex1.83-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-regex1.83-dev
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2876
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.83-dev (= 1.83.0-2+b2), libboost-regex1.83.0 (= 1.83.0-2+b2), libicu-dev
Conflicts: libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-dev, libboost-regex1.62-dev, libboost-regex1.63-dev, libboost-regex1.65-dev, libboost-regex1.67-dev, libboost-regex1.70-dev, libboost-regex1.71-dev, libboost-regex1.74-dev, libboost-regex1.80-dev, libboost-regex1.81-dev
Size: 342192
SHA256: 55e7780db5dd6b02d807a4793ecdd8ad3725ba044419298d894fff9069ba61c4
SHA1: 35ae9513b46804c2da20a4a01efe7ff17e02e435
MD5sum: ab2f2f5b295b733aa5e4e9f5d218c733
Description: regular expression library for C++
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.
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/regex/
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.83/libboost-regex1.83-dev_1.83.0-2+b2_amd64.deb