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

Last updated: November 28,2024

1. Install "python3-rpyc.noarch" package

Here is a brief guide to show you how to install python3-rpyc.noarch on Fedora 38

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

2. Uninstall "python3-rpyc.noarch" package

This is a short guide on how to uninstall python3-rpyc.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:15:05 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-rpyc
Version : 5.1.0
Release : 4.fc38
Architecture : noarch
Size : 167 k
Source : python-rpyc-5.1.0-4.fc38.src.rpm
Repository : fedora
Summary : Transparent, Symmetrical Python Library for Distributed-Computing
URL : http://rpyc.wikidot.com/
License : MIT
Description : RPyC, or Remote Python Call, is a transparent and symmetrical python library
: for remote procedure calls, clustering and distributed-computing.
: RPyC makes use of object-proxies, a technique that employs python's dynamic
: nature, to overcome the physical boundaries between processes and computers,
: so that remote objects can be manipulated as if they were local.