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

Last updated: July 04,2024

1. Install "python312-psygnal" package

This is a short guide on how to install python312-psygnal on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-psygnal

2. Uninstall "python312-psygnal" package

In this section, we are going to explain the necessary steps to uninstall python312-psygnal on openSuSE Tumbleweed:

$ sudo zypper remove python312-psygnal

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

Information for package python312-psygnal:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-psygnal
Version : 0.9.5-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 535.5 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.