How to Install and Uninstall python3-tinyrpc Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-tinyrpc" package

This guide let you learn how to install python3-tinyrpc on Kali Linux

$ sudo apt update $ sudo apt install python3-tinyrpc

2. Uninstall "python3-tinyrpc" package

This tutorial shows how to uninstall python3-tinyrpc on Kali Linux:

$ sudo apt remove python3-tinyrpc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tinyrpc package on Kali Linux

Package: python3-tinyrpc
Source: python-tinyrpc
Version: 0.6-5
Installed-Size: 87
Maintainer: Ben Finney
Architecture: all
Depends: python3-six, python3:any
Suggests: python-tinyrpc-doc
Size: 17968
SHA256: 4bb1a908932be3f98f7b734dc0caa143cff5a80e6b298ff369b739465a973e11
SHA1: 726e86ac898c02b47cd6fac7fadddff6a8af6362
MD5sum: ca580bf03899dcdbb5b1add9fa8ba7b9
Description: small, modular RPC library — Python 3
‘tinyrpc’ is a library for making and handling RPC calls in Python.
.
Its initial scope is handling JSON-RPC, although it aims to be very
well-documented and modular to make it easy to add support for
further protocols.
.
A feature is support of multiple transports (or none at all) and
providing clever syntactic sugar for writing dispatchers.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/mbr/tinyrpc/
Section: python
Priority: optional
Filename: pool/main/p/python-tinyrpc/python3-tinyrpc_0.6-5_all.deb