How to Install and Uninstall libjson11-1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 28,2024

1. Install "libjson11-1" package

Please follow the instructions below to install libjson11-1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libjson11-1

2. Uninstall "libjson11-1" package

Please follow the guidance below to uninstall libjson11-1 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libjson11-1 package on Ubuntu 21.10 (Impish Indri)

Package: libjson11-1
Architecture: amd64
Version: 1.0.0-2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: json11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Freexian Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 97
Depends: libc6 (>= 2.14), libstdc++6 (>= 9)
Filename: pool/universe/j/json11/libjson11-1_1.0.0-2_amd64.deb
Size: 25004
MD5sum: c6326ca2c2b1d453f4c86aacd1ec613b
SHA1: 5fe1806b3050ce330309a6e37cd7ccd3a26a3df0
SHA256: 91764bbb859a886fb82435caed4e13b572ce7006f1fc84367374b61aaeebc179
SHA512: 35633bc64391a990722409faecfa576a636605c31bf15ba5da93e331020919fc58ce277ef467963f2cb8988e748e01ff05c39f2dc315427b1e7efca0d847ae13
Homepage: https://github.com/centreon/json11
Description-en: 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