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

Last updated: November 15,2024

1. Install "python311-thespian" package

Please follow the steps below to install python311-thespian on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-thespian

2. Uninstall "python311-thespian" package

This guide let you learn how to uninstall python311-thespian on openSuSE Tumbleweed:

$ sudo zypper remove python311-thespian

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

Information for package python311-thespian:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-thespian
Version : 3.10.7-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 3.5 MiB
Installed : No
Status : not installed
Source package : python-thespian-3.10.7-1.4.src
Upstream URL : https://thespianpy.com
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