How to Install and Uninstall python3-rpyc.noarch Package on CentOS 8 / RHEL 8
Last updated: November 02,2024
1. Install "python3-rpyc.noarch" package
Please follow the guidelines below to install python3-rpyc.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-rpyc.noarch
Copied
2. Uninstall "python3-rpyc.noarch" package
This tutorial shows how to uninstall python3-rpyc.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-rpyc.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-rpyc.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:04:58 ago on Sun May 9 13:03:46 2021.
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.
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.