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

Last updated: May 19,2024

1. Install "python39-ipyevents" package

Learn how to install python39-ipyevents on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ipyevents

2. Uninstall "python39-ipyevents" package

This guide covers the steps necessary to uninstall python39-ipyevents on openSuSE Tumbleweed:

$ sudo zypper remove python39-ipyevents

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

Information for package python39-ipyevents:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ipyevents
Version : 2.0.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 267.9 KiB
Installed : No
Status : not installed
Source package : python-ipyevents-2.0.2-1.2.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.