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

Last updated: June 29,2024

1. Install "python3-pathos" package

Please follow the instructions below to install python3-pathos on Kali Linux

$ sudo apt update $ sudo apt install python3-pathos

2. Uninstall "python3-pathos" package

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

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

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

Package: python3-pathos
Source: pathos
Version: 0.3.2-1
Installed-Size: 320
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dill (>= 0.3.8), python3-multiprocess (>= 0.70.16), python3-pox (>= 0.3.4), python3-ppft (>= 1.7.6.8), python3:any
Size: 48044
SHA256: a3ea7b16c6ee8cc7dbcc69c32cd81afafec3676ab0e97756d9d46646a3b6a992
SHA1: fe4d8106a24227c9578ba00f8ac0675860da1c15
MD5sum: 73946f7bdc647c6a2d919f1ea6ce3ecc
Description: Framework for heterogeneous parallel computing
Pathos provides a consistent high-level interface for configuring and
launching parallel computations across heterogeneous resources. It
provides configurable launchers for parallel and distributed
computing, where each launcher contains the syntactic logic to
configure and launch jobs in an execution environment. Examples of
launchers include: "pyina", a queue-less MPI-based launcher;
"pathos", an ssh-based launcher; "multiprocess", a multi-process
launcher.
.
It provides a consistent interface for parallel and/or distributed
versions of "map" and "apply" for each launcher; the guiding design
principle is that "map" and "apply" should be drop-in replacements in
otherwise serial code, reducing the time to conver a code to
parallel, but also enabling a single code-base to be maintained
instead of requiring serial, parallel and distributed versions of
code.
.
The "pathos" framework consists of several interoperating packages:
* "dill": serialize all of Python (python3-dill)
* "pox": utilities for filesystem exploration and automated builds
(python3-pox)
* "klepto": persistent caching to memory, disk, or database
(python3-klepto)
* "multiprocess": better multiprocessing and multithreading in Python
(python3-multiprocess)
* "ppft": distributed and parallel Python (python3-ppft)
* "pyina": MPI parallel "map" and cluster scheduling (python3-pyina)
* "pathos": graph management and execution in heterogeneous computing
(python3-pathos)
Description-md5:
Homepage: https://github.com/uqfoundation/pathos
Section: python
Priority: optional
Filename: pool/main/p/pathos/python3-pathos_0.3.2-1_all.deb

5. The same packages on other Linux Distributions