How to Install and Uninstall python39-pykka Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-pykka" package

This is a short guide on how to install python39-pykka on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pykka

2. Uninstall "python39-pykka" package

This guide covers the steps necessary to uninstall python39-pykka on openSuSE Tumbleweed:

$ sudo zypper remove python39-pykka

3. Information about the python39-pykka package on openSuSE Tumbleweed

Information for package python39-pykka:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pykka
Version : 4.0.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 201.6 KiB
Installed : No
Status : not installed
Source package : python-pykka-4.0.2-1.1.src
Upstream URL : https://github.com/jodal/pykka
Summary : A Python implementation of the actor model
Description :
Pykka is a Python implementation of the `actor model
`_. The actor model introduces some
rules to control the sharing of state and cooperation between execution
units, with which one can build concurrent applications.