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

Last updated: May 04,2024

1. Install "libjsonrpccpp-tools" package

This guide let you learn how to install libjsonrpccpp-tools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjsonrpccpp-tools

2. Uninstall "libjsonrpccpp-tools" package

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

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

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

Package: libjsonrpccpp-tools
Priority: optional
Section: universe/libdevel
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: amd64
Source: libjson-rpc-cpp
Version: 0.6.0-2build1
Depends: libjsonrpccpp-stub0 (= 0.6.0-2build1), libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Suggests: libjsonrpccpp-dev
Filename: pool/universe/libj/libjson-rpc-cpp/libjsonrpccpp-tools_0.6.0-2build1_amd64.deb
Size: 6824
MD5sum: d1f82e849d41a80910f7269e32ab0f5c
SHA1: 684d056827513534867f23073b78ef15b9039e79
SHA256: 8a7a46c1b32aa65064a9a2848363088a87d336e5aa13fa7e154cdd8129c29e01
Description-en: stub generator for libjsonrpccpp based applications
This package provides the stub generator for the libjson-rpc-cpp framework.
It can automatically generate full functioning C++ and JavaScript JSON-RPC
Client classes, which are ready to use.
.
For JSON-RPC Server applications, this tool can generate an abstract C++ class
which just has to be sub classed and implement all pure virtual methods. To
make this possible, a simple interface description file (in the JSON format)
is required, which lists all available methods with corresponding parameters
and types.
Description-md5: 90881b6aedd1e56dfc05deb3ef0af7a1
Homepage: https://github.com/cinemast/libjson-rpc-cpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu