How to Install and Uninstall libjsoncpp-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libjsoncpp-dev" package

Please follow the steps below to install libjsoncpp-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjsoncpp-dev

2. Uninstall "libjsoncpp-dev" package

Learn how to uninstall libjsoncpp-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjsoncpp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjsoncpp-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjsoncpp-dev
Priority: extra
Section: libdevel
Installed-Size: 466
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: amd64
Source: libjsoncpp
Version: 1.7.2-1
Depends: libjsoncpp1 (= 1.7.2-1)
Filename: pool/main/libj/libjsoncpp/libjsoncpp-dev_1.7.2-1_amd64.deb
Size: 83538
MD5sum: b94d1ae29f4d01472e7eced32609b4e4
SHA1: 85a6cbc5d31c252ff6c3035b529ede3da48e5b7d
SHA256: 90c9efe0c94f3b2720f1d0680669e1ea77551035334371c28547617e93eaa38c
Description-en: library for reading and writing JSON for C++ (devel files)
This package provides all required developer resources like header-files
and statically linked version of the library.
.
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 redeable 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: f3da49504fcfcbf0b0187536c18d97cf
Multi-Arch: same
Homepage: https://github.com/open-source-parsers/jsoncpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntu-sdk-libs-dev