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

Last updated: June 07,2024

1. Install "python38-rpyc" package

This guide covers the steps necessary to install python38-rpyc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rpyc

2. Uninstall "python38-rpyc" package

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

$ sudo zypper remove python38-rpyc

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

Information for package python38-rpyc:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rpyc
Version : 4.1.5-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 589,0 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.