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

Last updated: May 10,2024

1. Install "python3-Pyro4" package

Please follow the step by step instructions below to install python3-Pyro4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Pyro4

2. Uninstall "python3-Pyro4" package

This guide covers the steps necessary to uninstall python3-Pyro4 on openSUSE Leap:

$ sudo zypper remove python3-Pyro4

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

Information for package python3-Pyro4:
--------------------------------------
Repository : Main Repository
Name : python3-Pyro4
Version : 4.80-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 811.6 KiB
Installed : No
Status : not installed
Source package : python-Pyro4-4.80-bp155.2.13.src
Upstream URL : https://github.com/irmen/Pyro4
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.