How to Install and Uninstall python3-execnet Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-execnet" package

This tutorial shows how to install python3-execnet on Kali Linux

$ sudo apt update $ sudo apt install python3-execnet

2. Uninstall "python3-execnet" package

This is a short guide on how to uninstall python3-execnet on Kali Linux:

$ sudo apt remove python3-execnet $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-execnet package on Kali Linux

Package: python3-execnet
Source: execnet
Version: 2.0.0-2
Installed-Size: 144
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: execnet-doc
Size: 39740
SHA256: f94cff842ef7b87dca36cf43c66b898908e09219c1e79518095505eeaed9ebff
SHA1: a267900737e4d8598044e1db0c37646c1574dc5e
MD5sum: 7b95e4a769d35cfeaa31f32510244144
Description: rapid multi-Python deployment (Python 3)
execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers. It provides
a minimal and fast API targeting the following uses:
.
* distribute tasks to local or remote CPUs
* write and deploy hybrid multi-process applications
* write scripts to administer a bunch of exec environments
.
This package contains execnet for Python 3.
Description-md5:
Homepage: https://github.com/pytest-dev/execnet
Section: python
Priority: optional
Filename: pool/main/e/execnet/python3-execnet_2.0.0-2_all.deb