How to Install and Uninstall python311-tinyrpc Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-tinyrpc" package

In this section, we are going to explain the necessary steps to install python311-tinyrpc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-tinyrpc

2. Uninstall "python311-tinyrpc" package

In this section, we are going to explain the necessary steps to uninstall python311-tinyrpc on openSuSE Tumbleweed:

$ sudo zypper remove python311-tinyrpc

3. Information about the python311-tinyrpc package on openSuSE Tumbleweed

Information for package python311-tinyrpc:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-tinyrpc
Version : 1.1.7-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 315.1 KiB
Installed : No
Status : not installed
Source package : python-tinyrpc-1.1.7-1.2.src
Upstream URL : https://github.com/mbr/tinyrpc
Summary : A modular transport and protocol neutral RPC library
Description :
There are a number of jsonrpc libraries already out there on PyPI,
most of them handling one specific use case (e.g. JSON via WSGI,
using Twisted, or TCP sockets).
None of the libraries, however, made it easy for the author of
TinyRPC to reuse the jsonrpc-parsing bits and substitute a different
transport (i.e. going from json via TCP to an implementation using
WebSockets or ZeroMQ).