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

Last updated: September 28,2024

1. Install "python311-psygnal" package

This tutorial shows how to install python311-psygnal on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-psygnal

2. Uninstall "python311-psygnal" package

Please follow the guidelines below to uninstall python311-psygnal on openSuSE Tumbleweed:

$ sudo zypper remove python311-psygnal

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

Information for package python311-psygnal:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-psygnal
Version : 0.9.5-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 565.7 KiB
Installed : No
Status : not installed
Source package : python-psygnal-0.9.5-1.2.src
Upstream URL : https://github.com/pyapp-kit/psygnal
Summary : Fast python callback/event system modeled after Qt Signals
Description :
Psygnal (pronounced "signal") is a pure python implementation of the [observer
pattern](https://en.wikipedia.org/wiki/Observer_pattern), with the API of
[Qt-style Signals](https://doc.qt.io/qt-5/signalsandslots.html) with (optional)
signature and type checking, and support for threading.