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

Last updated: May 17,2024

1. Install "python36-Pyro4" package

This is a short guide on how to install python36-Pyro4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Pyro4

2. Uninstall "python36-Pyro4" package

Please follow the step by step instructions below to uninstall python36-Pyro4 on openSuSE Tumbleweed:

$ sudo zypper remove python36-Pyro4

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

Information for package python36-Pyro4:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Pyro4
Version : 4.80-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 815,1 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.