How to Install and Uninstall python3-execnet Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-execnet" package

Please follow the guidance below to install python3-execnet on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-execnet

2. Uninstall "python3-execnet" package

This is a short guide on how to uninstall python3-execnet on openSUSE Leap:

$ sudo zypper remove python3-execnet

3. Information about the python3-execnet package on openSUSE Leap

Information for package python3-execnet:
----------------------------------------
Repository : Main Repository
Name : python3-execnet
Version : 1.7.1-5.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 328.4 KiB
Installed : No
Status : not installed
Source package : python-execnet-1.7.1-5.3.5.src
Upstream URL : https://github.com/pytest-dev/execnet
Summary : Rapid multi-Python deployment
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