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

Last updated: September 21,2024

1. Install "python3-Pykka.noarch" package

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

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

2. Uninstall "python3-Pykka.noarch" package

Please follow the instructions below to uninstall python3-Pykka.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:24:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-Pykka
Version : 2.0.2
Release : 14.fc38
Architecture : noarch
Size : 64 k
Source : pykka-2.0.2-14.fc38.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.