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

Last updated: May 18,2024

1. Install "python-tornadorpc" package

This is a short guide on how to install python-tornadorpc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-tornadorpc

2. Uninstall "python-tornadorpc" package

Please follow the instructions below to uninstall python-tornadorpc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-tornadorpc
Priority: optional
Section: universe/python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Version: 0.1.1-1
Depends: python-jsonrpclib, python-tornado, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-tornadorpc/python-tornadorpc_0.1.1-1_all.deb
Size: 14726
MD5sum: e78f8cd489962a909fe0f081ef86db17
SHA1: e43c6164d887891217f915e6ddcc8a51c7a90685
SHA256: fd33352d569839aceea973708941d370bc0f4e78380cfd81aa6d57362963f16c
Description-en: library for XML/JSON RPC using the Tornado framework
This library is an implementation of both the JSON-RPC and the XML-RPC
specification (server-side) for the Tornado web framework. It supports the
basic features of both, as well as the MultiCall / Batch support for both
specifications. The JSON-RPC handler supports both the original 1.0
specification, as well as the new (proposed) 2.0 spec, which includes batch
submission, keyword arguments, etc.
.
There is also a base library that other RPC protocols could use to quickly get
tied into Tornado.
Description-md5: f7072911c9465f32021170459bff0f24
Homepage: https://github.com/joshmarshall/tornadorpc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu