How to Install and Uninstall python3-execnet.noarch Package on Rocky Linux 9

Last updated: July 07,2024

1. Install "python3-execnet.noarch" package

Please follow the guidelines below to install python3-execnet.noarch on Rocky Linux 9

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

2. Uninstall "python3-execnet.noarch" package

Please follow the step by step instructions below to uninstall python3-execnet.noarch on Rocky Linux 9:

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

3. Information about the python3-execnet.noarch package on Rocky Linux 9

Last metadata expiration check: 0:43:40 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-execnet
Version : 1.9.0
Release : 3.el9
Architecture : noarch
Size : 333 k
Source : python-execnet-1.9.0-3.el9.src.rpm
Repository : epel
Summary : Elastic Python Deployment
URL : https://github.com/pytest-dev/execnet
License : MIT
Description : execnet provides a share-nothing model with channel-send/receive
: communication for distributing execution across many Python
: interpreters across version, platform and network barriers. It has a
: minimal and fast API targetting the following uses:
:
: * distribute tasks to (many) local or remote CPUs
: * write and deploy hybrid multi-process applications
: * write scripts to administer multiple environments