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

Last updated: September 21,2024

1. Install "python312-pykka" package

In this section, we are going to explain the necessary steps to install python312-pykka on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pykka

2. Uninstall "python312-pykka" package

Please follow the instructions below to uninstall python312-pykka on openSuSE Tumbleweed:

$ sudo zypper remove python312-pykka

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

Information for package python312-pykka:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pykka
Version : 4.0.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 222.5 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.