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

Last updated: July 03,2024

1. Install "python311-rpyc" package

This guide let you learn how to install python311-rpyc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rpyc

2. Uninstall "python311-rpyc" package

Please follow the steps below to uninstall python311-rpyc on openSuSE Tumbleweed:

$ sudo zypper remove python311-rpyc

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

Information for package python311-rpyc:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rpyc
Version : 6.0.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 607.1 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.