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

Last updated: May 21,2024

1. Install "python39-rpyc" package

Learn how to install python39-rpyc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-rpyc

2. Uninstall "python39-rpyc" package

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

$ sudo zypper remove python39-rpyc

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

Information for package python39-rpyc:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-rpyc
Version : 6.0.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 467.8 KiB
Installed : No
Status : not installed
Source package : python-rpyc-6.0.0-1.1.src
Upstream URL : https://github.com/tomerfiliba/rpyc
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.