How to Install and Uninstall python36-rpyc Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python36-rpyc" package

Please follow the step by step instructions below to install python36-rpyc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-rpyc

2. Uninstall "python36-rpyc" package

Learn how to uninstall python36-rpyc on openSuSE Tumbleweed:

$ sudo zypper remove python36-rpyc

3. Information about the python36-rpyc package on openSuSE Tumbleweed

Information for package python36-rpyc:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-rpyc
Version : 4.1.5-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 581,8 KiB
Installed : No
Status : not installed
Source package : python-rpyc-4.1.5-2.7.src
Summary : Remote Python Call (RPyC), a RPC library
Description :
RPyC (pronounced like "are-pie-see"), or Remote Python Call, is a
transparent library for symmetrical remote procedure calls,
clustering, and distributed-computing. RPyC makes use of
object-proxying, a technique that employs python's dynamic nature, to
overcome the physical boundaries between processes and computers, so
that remote objects can be manipulated as if they were local.