How to Install and Uninstall python3-aiomultiprocess.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-aiomultiprocess.noarch" package

Here is a brief guide to show you how to install python3-aiomultiprocess.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-aiomultiprocess.noarch

2. Uninstall "python3-aiomultiprocess.noarch" package

Here is a brief guide to show you how to uninstall python3-aiomultiprocess.noarch on Fedora 34:

$ sudo dnf remove python3-aiomultiprocess.noarch $ sudo dnf autoremove

3. Information about the python3-aiomultiprocess.noarch package on Fedora 34

Last metadata expiration check: 0:12:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-aiomultiprocess
Version : 0.9.0
Release : 1.fc34
Architecture : noarch
Size : 39 k
Source : python-aiomultiprocess-0.9.0-1.fc34.src.rpm
Repository : fedora
Summary : Asyncio version of the standard multiprocessing module
URL : https://github.com/jreese/aiomultiprocess
License : MIT
Description : aiomultiprocess presents a simple interface, while running a full AsyncIO
: event loop on each child process, enabling levels of concurrency never
: before seen in a Python application. Each child process can execute multiple
: coroutines at once, limited only by the workload and number of cores available.