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

Last updated: May 19,2024

1. Install "libboost-serialization-dev" package

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

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

2. Uninstall "libboost-serialization-dev" package

This guide covers the steps necessary to uninstall libboost-serialization-dev on Kali Linux:

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

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

Package: libboost-serialization-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-serialization1.83-dev
Size: 3832
SHA256: c2cf3ad188c2c224198539860339ef5ce711e760adec2f61094403ff1c21588f
SHA1: 508f968c6aba3ecb1fa71d4d145f948540a0cc3e
MD5sum: eb60b3584d767e489414bca5e28d72f5
Description: serialization library for C++ (default version)
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
.
* proper restoration of pointers to shared data
* serialization of STL containers and other commonly used templates
* data portability - streams of bytes created on one platform should
be readable on any other
* archive interface must be rich enough to permit the creation of an
archive that presents serialized data as XML in a useful manner
.
Here, "serialization" means the reversible deconstruction of an
arbitrary set of C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
.
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/serialization/
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-serialization-dev_1.83.0.2+b2_amd64.deb