How to Install and Uninstall python3-json-rpc Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python3-json-rpc" package

This guide let you learn how to install python3-json-rpc on openSUSE Leap

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

2. Uninstall "python3-json-rpc" package

Please follow the steps below to uninstall python3-json-rpc on openSUSE Leap:

$ sudo zypper remove python3-json-rpc

3. Information about the python3-json-rpc package on openSUSE Leap

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