How to Install and Uninstall python3-execnet.noarch Package on AlmaLinux 8

Last updated: May 05,2024

1. Install "python3-execnet.noarch" package

In this section, we are going to explain the necessary steps to install python3-execnet.noarch on AlmaLinux 8

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

2. Uninstall "python3-execnet.noarch" package

This tutorial shows how to uninstall python3-execnet.noarch on AlmaLinux 8:

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

3. Information about the python3-execnet.noarch package on AlmaLinux 8

Last metadata expiration check: 0:55:11 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-execnet
Version : 1.7.1
Release : 1.el8
Architecture : noarch
Size : 355 k
Source : python-execnet-1.7.1-1.el8.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