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

Last updated: May 18,2024

1. Install "libjsonrpccpp-stub0" package

Please follow the instructions below to install libjsonrpccpp-stub0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjsonrpccpp-stub0

2. Uninstall "libjsonrpccpp-stub0" package

Please follow the steps below to uninstall libjsonrpccpp-stub0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjsonrpccpp-stub0
Priority: optional
Section: universe/libdevel
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: amd64
Source: libjson-rpc-cpp
Version: 0.6.0-2build1
Depends: libjsonrpccpp-common0, libargtable2-0 (>= 7), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Suggests: libjsonrpccpp-tools
Filename: pool/universe/libj/libjson-rpc-cpp/libjsonrpccpp-stub0_0.6.0-2build1_amd64.deb
Size: 26742
MD5sum: 4db2a1e3bd3b44a0890cc8a3eae83d5f
SHA1: 202170a910fc35f3531ed5e589a33aa43df62c36
SHA256: 80c81049f76c95e8538c52509fe249944581187b0d5171b30defdc566da16595
Description-en: library for stub generation of libjsonrpccpp based applications
This package provides the stub generator library 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 library can generate an abstract C++
class which just has to be sub classed and implement all pure virtual methods.
To make this possible, a interface description file (in the JSON format)
is required, which lists all available methods with corresponding parameters
and types.
Description-md5: 6b20d8b31520cadecc2cab2c051f318f
Homepage: https://github.com/cinemast/libjson-rpc-cpp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu