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

Last updated: May 20,2024

1. Install "python3-multiprocess" package

Here is a brief guide to show you how to install python3-multiprocess on Kali Linux

$ sudo apt update $ sudo apt install python3-multiprocess

2. Uninstall "python3-multiprocess" package

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

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

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

Package: python3-multiprocess
Source: multiprocess
Version: 0.70.16-1
Installed-Size: 959
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-dill (>= 0.3.8), python3:any
Size: 104856
SHA256: ab118c5bbf0c099bb6e9bf173ed018869a190d1c563c227c69f89c055085ba33
SHA1: 8d98703947272d62fb224c0312830d0525a5b77a
MD5sum: d0c28d39dbbb699d6f82c8cb4222f824
Description: better multiprocessing and multithreading in Python
Multiprocess is a fork of multiprocessing, and is developed as part of
pathos. It uses dill to serialize objects.
.
Multiprocessing is a package for the Python language which supports the
spawning of processes using the API of the standard library's threading
module. multiprocessing has been distributed in the Python standard library.
.
Features:
* Objects can be transferred between processes using pipes or
multi-producer/multi-consumer queues.
* Objects can be shared between processes using a server process or
(for simple data) shared memory.
* Equivalents of all the synchronization primitives in threading are
available.
* A Pool class makes it easy to submit tasks to a pool of worker
processes.
.
Multiprocess is part of pathos, a Python framework for heterogeneous
computing. multiprocess is in active development, so any user feedback,
bug reports, comments, or suggestions are highly appreciated.
Description-md5:
Homepage: https://github.com/uqfoundation/multiprocess
Section: python
Priority: optional
Filename: pool/main/m/multiprocess/python3-multiprocess_0.70.16-1_all.deb