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

Last updated: October 05,2024

1. Install "python38-ipyevents" package

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

$ sudo zypper refresh $ sudo zypper install python38-ipyevents

2. Uninstall "python38-ipyevents" package

Learn how to uninstall python38-ipyevents on openSuSE Tumbleweed:

$ sudo zypper remove python38-ipyevents

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

Information for package python38-ipyevents:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ipyevents
Version : 0.8.1-4.9
Arch : noarch
Vendor : openSUSE
Installed Size : 220,5 KiB
Installed : No
Status : not installed
Source package : python-ipyevents-0.8.1-4.9.src
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.