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

Last updated: October 14,2024

1. Install "python3-pyro.noarch" package

Please follow the guidelines below to install python3-pyro.noarch on Fedora 38

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

2. Uninstall "python3-pyro.noarch" package

Learn how to uninstall python3-pyro.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:01:53 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pyro
Version : 4.80
Release : 8.fc38
Architecture : noarch
Size : 624 k
Source : python-pyro-4.80-8.fc38.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.