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

Last updated: July 03,2024

1. Install "python310-psygnal" package

This guide covers the steps necessary to install python310-psygnal on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-psygnal

2. Uninstall "python310-psygnal" package

This tutorial shows how to uninstall python310-psygnal on openSuSE Tumbleweed:

$ sudo zypper remove python310-psygnal

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

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