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

Last updated: July 05,2024

1. Install "python310-rpyc" package

This tutorial shows how to install python310-rpyc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rpyc

2. Uninstall "python310-rpyc" package

Learn how to uninstall python310-rpyc on openSuSE Tumbleweed:

$ sudo zypper remove python310-rpyc

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

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