How to Install and Uninstall python2-Pykka Package on openSUSE Leap

Last updated: June 14,2024

1. Install "python2-Pykka" package

Please follow the step by step instructions below to install python2-Pykka on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Pykka

2. Uninstall "python2-Pykka" package

Learn how to uninstall python2-Pykka on openSUSE Leap:

$ sudo zypper remove python2-Pykka

3. Information about the python2-Pykka package on openSUSE Leap

Information for package python2-Pykka:
--------------------------------------
Repository : Main Repository
Name : python2-Pykka
Version : 2.0.2-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 164,6 KiB
Installed : No
Status : not installed
Source package : python-Pykka-2.0.2-bp153.1.16.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.