How to Install and Uninstall python36-Pykka Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "python36-Pykka" package

Please follow the step by step instructions below to install python36-Pykka on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Pykka

2. Uninstall "python36-Pykka" package

Learn how to uninstall python36-Pykka on openSuSE Tumbleweed:

$ sudo zypper remove python36-Pykka

3. Information about the python36-Pykka package on openSuSE Tumbleweed

Information for package python36-Pykka:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Pykka
Version : 2.0.2-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 176,6 KiB
Installed : No
Status : not installed
Source package : python-Pykka-2.0.2-1.9.src
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.