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

Last updated: July 01,2024

1. Install "python2-thespian" package

In this section, we are going to explain the necessary steps to install python2-thespian on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-thespian

2. Uninstall "python2-thespian" package

Please follow the step by step instructions below to uninstall python2-thespian on openSUSE Leap:

$ sudo zypper remove python2-thespian

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

Information for package python2-thespian:
-----------------------------------------
Repository : Main Repository
Name : python2-thespian
Version : 3.10.0-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 2,8 MiB
Installed : No
Status : not installed
Source package : python-thespian-3.10.0-bp153.1.14.src
Summary : Python Actor concurrency library
Description :
Thespian is a Python library providing a framework for developing
concurrent, distributed, fault tolerant applications.
Thespian is built on the Actor Model which allows applications to be
written as a group of independently executing but cooperating
"Actors" which communicate via messages. These Actors run within
the Actor System provided by the Thespian library.
* Concurrent
* Distributed
* Fault Tolerant
* Scalable
* Location independent
Actor programming is broadly applicable and it is ideally suited
for Cloud-based applications as well, where compute nodes are
added and removed from the environment dynamically.
* More Information: http://thespianpy.com
* Release Notes: http://thespianpy.com/doc/releases.html