How to Install and Uninstall python-pathos-doc Package on Kali Linux

Last updated: November 23,2024

1. Install "python-pathos-doc" package

This guide let you learn how to install python-pathos-doc on Kali Linux

$ sudo apt update $ sudo apt install python-pathos-doc

2. Uninstall "python-pathos-doc" package

This guide covers the steps necessary to uninstall python-pathos-doc on Kali Linux:

$ sudo apt remove python-pathos-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pathos-doc package on Kali Linux

Package: python-pathos-doc
Source: pathos
Version: 0.3.2-1
Installed-Size: 845
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Recommends: python3-pathos
Size: 148412
SHA256: 3a3524400e3b8e816d8be309f20b36385c30159bc7839628cb4cded5e16b9a5d
SHA1: ececb3673caa7fa7792a8f01acb1b7db70523492
MD5sum: 1f32f9a2a91cb9d350c3c94381eceb2e
Description: Framework for heterogeneous parallel computing (documentation)
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)
.
This package contains the pathos documentation in HTML format.
Description-md5:
Homepage: https://github.com/uqfoundation/pathos
Built-Using: alabaster (= 0.7.12-1), sphinx (= 7.2.6-3)
Section: doc
Priority: optional
Filename: pool/main/p/pathos/python-pathos-doc_0.3.2-1_all.deb

5. The same packages on other Linux Distributions