How to Install and Uninstall libjsoncpp-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libjsoncpp-dev" package

In this section, we are going to explain the necessary steps to install libjsoncpp-dev on Kali Linux

$ sudo apt update $ sudo apt install libjsoncpp-dev

2. Uninstall "libjsoncpp-dev" package

Please follow the instructions below to uninstall libjsoncpp-dev on Kali Linux:

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

3. Information about the libjsoncpp-dev package on Kali Linux

Package: libjsoncpp-dev
Source: libjsoncpp (1.9.5-6)
Version: 1.9.5-6+b2
Installed-Size: 108
Maintainer: Timo Röhling
Architecture: amd64
Depends: libjsoncpp25 (= 1.9.5-6+b2)
Size: 24784
SHA256: 10a0f8c650f752f01ce3c9531d268e3d0840e3709fce86bb20311c3b4dd3080f
SHA1: e57e5caa410c02267b1b5971ee72e12ff7e10cbf
MD5sum: ebc6c13a214b04aee51f4307306ad3f2
Description: library for reading and writing JSON for C++ (devel files)
This package provides all required developer resources like header-files
and statically linked version of the library.
.
jsoncpp is an implementation of a JSON reader and writer in C++. JSON
(JavaScript Object Notation) is a lightweight data-interchange format
that it is easy to parse and readable for human. It is useful for
building config files, network communications protocols, etc.
.
This library provides following features:
.
* High-level data structures for collecting data from JSON.
* Easy-to-use reader and writer.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/open-source-parsers/jsoncpp
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libj/libjsoncpp/libjsoncpp-dev_1.9.5-6+b2_amd64.deb