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

Last updated: September 29,2024

1. Install "python312-ipyevents" package

Please follow the step by step instructions below to install python312-ipyevents on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ipyevents

2. Uninstall "python312-ipyevents" package

Here is a brief guide to show you how to uninstall python312-ipyevents on openSuSE Tumbleweed:

$ sudo zypper remove python312-ipyevents

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

Information for package python312-ipyevents:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ipyevents
Version : 2.0.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 273.2 KiB
Installed : No
Status : not installed
Source package : python-ipyevents-2.0.2-2.1.src
Upstream URL : https://github.com/mwcraig/ipyevents
Summary : A custom ipython widget for returning mouse and keyboard events
Description :
ipyevents provides a custom widget for returning mouse and keyboard
events to Python. Use it to:
* add keyboard shortcuts to an existing widget.
* react to the user clicking on an image.
* install callbacks on arbitrary mouse and keyboard events.
This package provides the python interface.