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

Last updated: October 05,2024

1. Install "python3-Pykka.noarch" package

This is a short guide on how to install python3-Pykka.noarch on Fedora 34

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

2. Uninstall "python3-Pykka.noarch" package

This is a short guide on how to uninstall python3-Pykka.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:27:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-Pykka
Version : 2.0.2
Release : 8.fc34
Architecture : noarch
Size : 48 k
Source : pykka-2.0.2-8.fc34.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.