How to Install and Uninstall libjsonrpccpp-client0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libjsonrpccpp-client0" package

In this section, we are going to explain the necessary steps to install libjsonrpccpp-client0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjsonrpccpp-client0

2. Uninstall "libjsonrpccpp-client0" package

This tutorial shows how to uninstall libjsonrpccpp-client0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjsonrpccpp-client0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjsonrpccpp-client0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjsonrpccpp-client0
Priority: optional
Section: universe/libs
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: amd64
Source: libjson-rpc-cpp
Version: 0.6.0-2build1
Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), libgcc1 (>= 1:3.0), libjsoncpp1, libjsonrpccpp-common0, libstdc++6 (>= 5.2)
Suggests: libjsonrpccpp-tools
Filename: pool/universe/libj/libjson-rpc-cpp/libjsonrpccpp-client0_0.6.0-2build1_amd64.deb
Size: 19328
MD5sum: 14c6c1ca64025eacc55423c6069f49f5
SHA1: 3aee221cb153fc0a1b19b0fa84a558f5e45cdb40
SHA256: 9145731aeb1827cf31148ad952963de0e30858bc8d3c923aee484c7a2bbb9126
Description-en: library implementing json-rpc C++ clients
This library provides classes to easily implement JSON-RPC C++ clients.
It comes with a built in HTTP-Client connector (based on libcurl)
for easy data exchange. It is fully JSON-RPC 2.0 and JSON-RPC
1.0 compatible, including:
.
* Type checking
* Error response handling
* Batch procedure calls
* JSON-RPC Method invocation
* JSON-RPC Notification invocation
* Interface for additional Client-Connectors beside HTTP
* Positional and named parameters
Description-md5: 80de08c76e2bbfdba74c4813b3bd522b
Homepage: https://github.com/cinemast/libjson-rpc-cpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu