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

Last updated: July 07,2024

1. Install "python310-pykka" package

This guide let you learn how to install python310-pykka on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pykka

2. Uninstall "python310-pykka" package

This guide let you learn how to uninstall python310-pykka on openSuSE Tumbleweed:

$ sudo zypper remove python310-pykka

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

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