How to Install and Uninstall python38-Pyro4 Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python38-Pyro4" package

Here is a brief guide to show you how to install python38-Pyro4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Pyro4

2. Uninstall "python38-Pyro4" package

Please follow the instructions below to uninstall python38-Pyro4 on openSuSE Tumbleweed:

$ sudo zypper remove python38-Pyro4

3. Information about the python38-Pyro4 package on openSuSE Tumbleweed

Information for package python38-Pyro4:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Pyro4
Version : 4.80-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 812,3 KiB
Installed : No
Status : not installed
Source package : python-Pyro4-4.80-1.5.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.