How to Install and Uninstall python3-multiprocess Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-multiprocess" package

Please follow the guidance below to install python3-multiprocess on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-multiprocess

2. Uninstall "python3-multiprocess" package

This guide let you learn how to uninstall python3-multiprocess on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-multiprocess package on Ubuntu 21.10 (Impish Indri)

Package: python3-multiprocess
Architecture: all
Version: 0.70.11.1-1
Priority: optional
Section: universe/python
Source: multiprocess
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 880
Depends: python3-dill (>= 0.3.3), python3:any
Filename: pool/universe/m/multiprocess/python3-multiprocess_0.70.11.1-1_all.deb
Size: 95496
MD5sum: d0f097c8cf640e8961845ede2deefe6e
SHA1: c1bee8fca79f7671c89d477f63fd82ed8976d111
SHA256: 35b26a02f8560421d948ac14f92a05a34af76ee47f55c1e37e8d8fadab70791d
SHA512: 53f2ae599d40fab94c72901b643310dfc119599544d4c6710592c285e27334fde172ae1a26d31c4685e41aa81f17d0b80a021c30196e5930725d905dd501eac7
Homepage: https://github.com/uqfoundation/multiprocess
Description-en: 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: 9ae26e406d5b117a0cf78f7a7b309f4d