How to Install and Uninstall python3-rpyc.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-rpyc.noarch" package

Learn how to install python3-rpyc.noarch on Rocky Linux 8

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

2. Uninstall "python3-rpyc.noarch" package

This tutorial shows how to uninstall python3-rpyc.noarch on Rocky Linux 8:

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

3. Information about the python3-rpyc.noarch package on Rocky Linux 8

Last metadata expiration check: 0:46:51 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-rpyc
Version : 4.1.4
Release : 1.el8
Architecture : noarch
Size : 124 k
Source : python-rpyc-4.1.4-1.el8.src.rpm
Repository : epel
Summary : A 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.