How to Install and Uninstall python3-Pykka.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-Pykka.noarch" package

This guide let you learn how to install python3-Pykka.noarch on Fedora 36

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

2. Uninstall "python3-Pykka.noarch" package

Please follow the guidelines below to uninstall python3-Pykka.noarch on Fedora 36:

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

3. Information about the python3-Pykka.noarch package on Fedora 36

Last metadata expiration check: 0:00:43 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-Pykka
Version : 2.0.2
Release : 11.fc36
Architecture : noarch
Size : 47 k
Source : pykka-2.0.2-11.fc36.src.rpm
Repository : fedora
Summary : Python library that provides concurrency using actor model
URL : https://www.pykka.org/
License : ASL 2.0
Description : Pykka is a Python implementation of the actor model. The actor
: model introduces some simple rules to control the sharing of state
: and cooperation between execution units, which makes it easier to
: build concurrent applications.