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

Last updated: July 05,2024

1. Install "python311-pykka" package

Please follow the step by step instructions below to install python311-pykka on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pykka

2. Uninstall "python311-pykka" package

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

$ sudo zypper remove python311-pykka

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

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