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

Last updated: November 08,2024

1. Install "python39-psygnal" package

In this section, we are going to explain the necessary steps to install python39-psygnal on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-psygnal

2. Uninstall "python39-psygnal" package

Please follow the steps below to uninstall python39-psygnal on openSuSE Tumbleweed:

$ sudo zypper remove python39-psygnal

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

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