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

Last updated: May 18,2024

1. Install "python2-Pyro4" package

In this section, we are going to explain the necessary steps to install python2-Pyro4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Pyro4

2. Uninstall "python2-Pyro4" package

Please follow the instructions below to uninstall python2-Pyro4 on openSUSE Leap:

$ sudo zypper remove python2-Pyro4

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

Information for package python2-Pyro4:
--------------------------------------
Repository : Main Repository
Name : python2-Pyro4
Version : 4.79-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 706,7 KiB
Installed : No
Status : not installed
Source package : python-Pyro4-4.79-bp153.1.19.src
Summary : Distributed object middleware for Python (RPC)
Description :
Pyro means PYthon Remote Objects.
It is a library for building applications in which objects can talk
to each other over the network. One can use normal Python method
calls, with almost every possible parameter and return value type,
and Pyro takes care of locating the right object on the right system
to execute the method. It also provides a set of features that enable
building distributed applications. Pyro is a pure Python library and
runs on many different platforms and Python versions.