How to Install and Uninstall libjson11-1-dev Package on Kali Linux

Last updated: September 20,2024

1. Install "libjson11-1-dev" package

Please follow the steps below to install libjson11-1-dev on Kali Linux

$ sudo apt update $ sudo apt install libjson11-1-dev

2. Uninstall "libjson11-1-dev" package

Please follow the step by step instructions below to uninstall libjson11-1-dev on Kali Linux:

$ sudo apt remove libjson11-1-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjson11-1-dev package on Kali Linux

Package: libjson11-1-dev
Source: json11
Version: 1.0.0-3
Installed-Size: 170
Maintainer: Debian QA Group
Architecture: amd64
Depends: libjson11-1 (= 1.0.0-3)
Size: 29412
SHA256: 1e851ad72155c42875a71a74da55b71af6565d070635ae6e7fb71ce99ff9cf29
SHA1: 369f10ec8138d80aa14ab7f7f60c9fbbe4de0010
MD5sum: 5ddbddef5c01a819091ad5feccc8f8ef
Description: Tiny JSON library for C++11 (development files)
json11 is a tiny JSON library for C++11, providing JSON parsing and
serialization.
.
The core object provided by the library is json11::Json. A Json object
represents any JSON value: null, bool, number (int or double), string
(std::string), array (std::vector), or object (std::map).
.
Json objects act like values. They can be assigned, copied, moved,
compared for equality or order, and so on. There are also helper methods
Json::dump, to serialize a Json to a string, and Json::parse (static) to
parse a std::string as a Json object.
.
This package provides all required developer resources like header-files
and statically linked version of the library.
Description-md5: 16956227fb0749df5b1bec541fb4297b
Multi-Arch: same
Homepage: https://github.com/dropbox/json11
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/j/json11/libjson11-1-dev_1.0.0-3_amd64.deb