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

Last updated: May 15,2024

1. Install "python3-jsonrpc" package

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

$ sudo apt update $ sudo apt install python3-jsonrpc

2. Uninstall "python3-jsonrpc" package

Learn how to uninstall python3-jsonrpc on Kali Linux:

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

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

Package: python3-jsonrpc
Source: python-jsonrpc
Version: 1.13.0-3
Installed-Size: 178
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-jsonrpc-doc
Size: 27132
SHA256: 243a9ad9539737965d2c74ed94ea440e0265be0eb32a04a8340055da64cf41cc
SHA1: a0908e75ff981e833c633573712c713b97906cd3
MD5sum: 73cbf9905f08dfb49a2990e4b7f8eacb
Description: Python implementation of JSON-RPC 1.0 and 2.0 (Python 3)
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
Primarily this specification defines several data structures and the rules
around their processing. It is transport agnostic in that the concepts can be
used within the same process, over sockets, over http, or in many various
message passing environments. It uses JSON (RFC 4627) as data format.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/pavlov99/json-rpc
Section: python
Priority: optional
Filename: pool/main/p/python-jsonrpc/python3-jsonrpc_1.13.0-3_all.deb