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

Last updated: November 26,2024

1. Install "python3-pyro.noarch" package

Please follow the step by step instructions below to install python3-pyro.noarch on Fedora 34

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

2. Uninstall "python3-pyro.noarch" package

Please follow the guidelines below to uninstall python3-pyro.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:17:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pyro
Version : 4.80
Release : 2.fc34
Architecture : noarch
Size : 513 k
Source : python-pyro-4.80-2.fc34.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.