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

Last updated: October 09,2024

1. Install "python3-rpyc.noarch" package

This guide covers the steps necessary to install python3-rpyc.noarch on Fedora 36

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

2. Uninstall "python3-rpyc.noarch" package

Please follow the guidelines below to uninstall python3-rpyc.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:12:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-rpyc
Version : 5.0.1
Release : 5.fc36
Architecture : noarch
Size : 119 k
Source : python-rpyc-5.0.1-5.fc36.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.