How to Install and Uninstall python3-pyro.noarch Package on Fedora 36

Last updated: November 27,2024

1. Install "python3-pyro.noarch" package

Learn how to install python3-pyro.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-pyro.noarch

2. Uninstall "python3-pyro.noarch" package

Here is a brief guide to show you how to uninstall python3-pyro.noarch on Fedora 36:

$ sudo dnf remove python3-pyro.noarch $ sudo dnf autoremove

3. Information about the python3-pyro.noarch package on Fedora 36

Last metadata expiration check: 4:42:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pyro
Version : 4.80
Release : 5.fc36
Architecture : noarch
Size : 513 k
Source : python-pyro-4.80-5.fc36.src.rpm
Repository : fedora
Summary : Python Remote Objects
URL : https://github.com/irmen/Pyro4/
License : MIT
Description : Pyro provides an object-oriented form of RPC. You can use Pyro within a
: single system but also use it for IPC. For those that are familiar with
: Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
: similar to CORBA - which is a system- and language independent Distributed
: Object Technology and has much more to offer than Pyro or RMI.