How to Install and Uninstall python312-json-rpc Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-json-rpc" package

Please follow the guidelines below to install python312-json-rpc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-json-rpc

2. Uninstall "python312-json-rpc" package

Here is a brief guide to show you how to uninstall python312-json-rpc on openSuSE Tumbleweed:

$ sudo zypper remove python312-json-rpc

3. Information about the python312-json-rpc package on openSuSE Tumbleweed

Information for package python312-json-rpc:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-json-rpc
Version : 1.15.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 387.7 KiB
Installed : No
Status : not installed
Source package : python-json-rpc-1.15.0-1.4.src
Upstream URL : https://github.com/pavlov99/json-rpc
Summary : JSON-RPC transport implementation
Description :
JSON-RPC 2.0 and JSON-RPC 1.0 transport specification implementation.
This implementation does not have any transport functionality
realization, only protocol. Any client or server implementation is
easy based on current code, but requires transport libraries, such as
requests, gevent or zmq.