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

Last updated: May 02,2024

1. Install "libjson11-1" package

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

$ sudo apt update $ sudo apt install libjson11-1

2. Uninstall "libjson11-1" package

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

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

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

Package: libjson11-1
Source: json11
Version: 1.0.0-3
Installed-Size: 92
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14), libstdc++6 (>= 9)
Size: 24696
SHA256: 64702ae3ab6794566ab3a555806138487f7bec9b0fc5dec0747da25f149af1de
SHA1: 4921d0292d9e8edf0f84d28dfcec0d76a42279bb
MD5sum: 3f790164b6409a2273a39f76c641d2e1
Description: Tiny JSON library for C++11
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.
Description-md5: b64e5246121d60cbbd3398a359f79adb
Multi-Arch: same
Homepage: https://github.com/dropbox/json11
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/j/json11/libjson11-1_1.0.0-3_amd64.deb