How to Install and Uninstall python-jsonrpclib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-jsonrpclib" package

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

$ sudo apt update $ sudo apt install python-jsonrpclib

2. Uninstall "python-jsonrpclib" package

This guide covers the steps necessary to uninstall python-jsonrpclib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-jsonrpclib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-jsonrpclib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-jsonrpclib
Priority: optional
Section: universe/python
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.1.3-1build1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-simplejson
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-jsonrpclib/python-jsonrpclib_0.1.3-1build1_all.deb
Size: 14076
MD5sum: 0277bea4326378576c341221acc648c2
SHA1: 07f9223440833bebcbe61c9713a3c6c6694546a1
SHA256: 821dfb72d88edf8e67c3fe09dee79ef8f7829c5261b73c0b84e1fc76c4ab6ff5
Description-en: implementation of the JSON-RPC v2.0 specification
This library implements the JSON-RPC 2.0 proposed specification in pure
Python. It is designed to be as compatible with the syntax of xmlrpclib as
possible (it extends where possible), so that projects using xmlrpclib could
easily be modified to use JSON and experiment with the differences.
.
It is backwards-compatible with the 1.0 specification, and supports all of the
new proposed features of 2.0, including:
* Batch submission (via MultiCall)
* Keyword arguments
* Notifications (both in a batch and 'normal')
* Class translation using the 'jsonclass' key.
Description-md5: df1059d39ea649b629d8d90d579fb364
Homepage: https://pypi.python.org/pypi/jsonrpclib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu