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

Last updated: November 07,2024

1. Install "python2-execnet" package

This guide covers the steps necessary to install python2-execnet on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-execnet

2. Uninstall "python2-execnet" package

Here is a brief guide to show you how to uninstall python2-execnet on openSUSE Leap:

$ sudo zypper remove python2-execnet

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

Information for package python2-execnet:
----------------------------------------
Repository : Main Repository
Name : python2-execnet
Version : 1.7.1-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 354,5 KiB
Installed : No
Status : not installed
Source package : python-execnet-1.7.1-bp153.1.21.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