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

Last updated: May 20,2024

1. Install "python2-rpyc" package

Please follow the guidance below to install python2-rpyc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rpyc

2. Uninstall "python2-rpyc" package

Please follow the guidelines below to uninstall python2-rpyc on openSUSE Leap:

$ sudo zypper remove python2-rpyc

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

Information for package python2-rpyc:
-------------------------------------
Repository : Main Repository
Name : python2-rpyc
Version : 4.1.5-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 465,7 KiB
Installed : No
Status : not installed
Source package : python-rpyc-4.1.5-bp153.1.15.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.