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

Last updated: May 16,2024

1. Install "libjsonrpccpp-server0" package

This guide covers the steps necessary to install libjsonrpccpp-server0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjsonrpccpp-server0

2. Uninstall "libjsonrpccpp-server0" package

Please follow the step by step instructions below to uninstall libjsonrpccpp-server0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjsonrpccpp-server0
Priority: optional
Section: universe/libs
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: amd64
Source: libjson-rpc-cpp
Version: 0.6.0-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libjsoncpp1, libjsonrpccpp-common0, libmicrohttpd10 (>= 0.9.20), libstdc++6 (>= 5.2)
Suggests: libjsonrpccpp-tools
Filename: pool/universe/libj/libjson-rpc-cpp/libjsonrpccpp-server0_0.6.0-2build1_amd64.deb
Size: 21220
MD5sum: 4146b414ff4139b8fc75068984b9f84a
SHA1: b73ce0a0c7f8ea0d1a8e2960f7e228a8196f2d07
SHA256: c3f2aecec5ee08be182d55aa7b95f48b745b254731f159770d669c202f9e3a88
Description-en: library implementing json-rpc C++ servers
This library provides classes to easily implement JSON-RPC C++ Server
applications. It comes with a built in HTTP-Server connector
(based on libmicrohttpd) for easy data exchange. It is fully JSON-RPC 2.0 and
JSON-RPC 1.0 compatible, including:
.
* Type checking
* Malformed request handling
* Handling batch procedure calls
* JSON-RPC Method invocation
* JSON-RPC Notification invocation
* Simple Interface for implementing additional Server-Connectors beside HTTP
* Positional and named parameters
Description-md5: d0b2c373d9361a0549781e7136edaa45
Homepage: https://github.com/cinemast/libjson-rpc-cpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu