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

Last updated: October 05,2024

1. Install "python311-ipyevents" package

Here is a brief guide to show you how to install python311-ipyevents on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-ipyevents

2. Uninstall "python311-ipyevents" package

This guide let you learn how to uninstall python311-ipyevents on openSuSE Tumbleweed:

$ sudo zypper remove python311-ipyevents

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

Information for package python311-ipyevents:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-ipyevents
Version : 2.0.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 275.9 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.