How to Install and Uninstall python36-execnet Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python36-execnet" package

This tutorial shows how to install python36-execnet on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-execnet

2. Uninstall "python36-execnet" package

This tutorial shows how to uninstall python36-execnet on openSuSE Tumbleweed:

$ sudo zypper remove python36-execnet

3. Information about the python36-execnet package on openSuSE Tumbleweed

Information for package python36-execnet:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-execnet
Version : 1.8.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 330,1 KiB
Installed : No
Status : not installed
Source package : python-execnet-1.8.0-1.4.src
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