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

Last updated: May 18,2024

1. Install "libboost-json-dev" package

This is a short guide on how to install libboost-json-dev on Kali Linux

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

2. Uninstall "libboost-json-dev" package

Please follow the steps below to uninstall libboost-json-dev on Kali Linux:

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

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

Package: libboost-json-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-json1.83-dev
Size: 3704
SHA256: 0d629ea02f0d9baa92b726ba51cbf731dfa22daba709eeacd8ed54570227c61b
SHA1: 5b11b8519950dc3c891a2de50d9c19ef005140a7
MD5sum: f9a97befc4f29075293ac38246676e10
Description: C++ containers and algorithms that implement JSON (default version)
This library focuses on a common and popular use-case: parsing
and serializing to and from a container called value which holds
JSON types.
.
Any value which you build can be serialized and then deserialized,
guaranteeing that the result will be equal to the original value.
Whatever JSON output you produce with this library will be readable
by most common JSON implementations in any language.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: https://www.boost.org/doc/libs/release/libs/json/
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-json-dev_1.83.0.2+b2_amd64.deb

5. The same packages on other Linux Distributions