How to Install and Uninstall libjsoncpp24 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 28,2024

1. Install "libjsoncpp24" package

This tutorial shows how to install libjsoncpp24 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libjsoncpp24

2. Uninstall "libjsoncpp24" package

In this section, we are going to explain the necessary steps to uninstall libjsoncpp24 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libjsoncpp24 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjsoncpp24 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjsoncpp24
Architecture: amd64
Version: 1.9.4-4
Multi-Arch: same
Priority: optional
Section: libs
Source: libjsoncpp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 250
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Filename: pool/main/libj/libjsoncpp/libjsoncpp24_1.9.4-4_amd64.deb
Size: 75184
MD5sum: d0465f4142b46f0b214d88e17dfe9a23
SHA1: 11a4049045eea543336b6d58c9828abe1e36ceed
SHA256: 9e297ab9831d2adb5a19dea78a23d016f3a3e177701fd23ee1737f34e9bcec91
SHA512: 362a47802efc59761001a9f38a15247eec5f234ada539356b4321e679503555b11dbb7cb8c66bfeeb8aa9af9868685a2d8e676b306bf9548749fe14d07889c8e
Homepage: https://github.com/open-source-parsers/jsoncpp
Description-en: library for reading and writing JSON for C++
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 redable 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: e8e6c461fe830dd0a4d81f65633e848e
Task: ubuntustudio-video