How to Install and Uninstall python3-tinyrpc Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-tinyrpc" package

Here is a brief guide to show you how to install python3-tinyrpc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tinyrpc

2. Uninstall "python3-tinyrpc" package

Please follow the step by step instructions below to uninstall python3-tinyrpc on openSUSE Leap:

$ sudo zypper remove python3-tinyrpc

3. Information about the python3-tinyrpc package on openSUSE Leap

Information for package python3-tinyrpc:
----------------------------------------
Repository : Main Repository
Name : python3-tinyrpc
Version : 1.0.4-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 285.8 KiB
Installed : No
Status : not installed
Source package : python-tinyrpc-1.0.4-bp155.2.11.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).