How to Install and Uninstall python3-rpyc Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-rpyc" package

Here is a brief guide to show you how to install python3-rpyc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rpyc

2. Uninstall "python3-rpyc" package

This is a short guide on how to uninstall python3-rpyc on openSUSE Leap:

$ sudo zypper remove python3-rpyc

3. Information about the python3-rpyc package on openSUSE Leap

Information for package python3-rpyc:
-------------------------------------
Repository : Main Repository
Name : python3-rpyc
Version : 4.1.5-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 582.1 KiB
Installed : No
Status : not installed
Source package : python-rpyc-4.1.5-bp155.2.12.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.