How to Install and Uninstall python312-Pyro5 Package on openSuSE Tumbleweed

Last updated: June 10,2024

1. Install "python312-Pyro5" package

Here is a brief guide to show you how to install python312-Pyro5 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Pyro5

2. Uninstall "python312-Pyro5" package

In this section, we are going to explain the necessary steps to uninstall python312-Pyro5 on openSuSE Tumbleweed:

$ sudo zypper remove python312-Pyro5

3. Information about the python312-Pyro5 package on openSuSE Tumbleweed

Information for package python312-Pyro5:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Pyro5
Version : 5.15-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 770.3 KiB
Installed : No
Status : not installed
Source package : python-Pyro5-5.15-1.2.src
Upstream URL : https://github.com/irmen/Pyro5
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.