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

Last updated: April 28,2024

1. Install "libjson11-1-dev" package

Learn how to install libjson11-1-dev on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

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

Package: libjson11-1-dev
Architecture: amd64
Version: 1.0.0-2
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: json11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Freexian Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 178
Depends: libjson11-1 (= 1.0.0-2)
Filename: pool/universe/j/json11/libjson11-1-dev_1.0.0-2_amd64.deb
Size: 29148
MD5sum: 35443da3a57266bfcca323c052365cf8
SHA1: 00767ade0788d6db2bfaa23c6edfd09e60c7664b
SHA256: 7a8b11f3ecffe69af81275fb71b9a6f0ad05a7b76943d92b441604eb067bc0b6
SHA512: 6b1f5849c6084acf3e9010e5fe09c3f78720af6bf550ce7dcf53389c79efac4b393862203fc703b4be0ba30c5d6bd178943330a8ca657915315f72ec7d51dd60
Homepage: https://github.com/centreon/json11
Description-en: 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