How to Install and Uninstall python3-ipyevents Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-ipyevents" package

Learn how to install python3-ipyevents on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ipyevents

2. Uninstall "python3-ipyevents" package

Please follow the instructions below to uninstall python3-ipyevents on openSUSE Leap:

$ sudo zypper remove python3-ipyevents

3. Information about the python3-ipyevents package on openSUSE Leap

Information for package python3-ipyevents:
------------------------------------------
Repository : Main Repository
Name : python3-ipyevents
Version : 0.7.0-bp155.2.46
Arch : noarch
Vendor : openSUSE
Installed Size : 167.8 KiB
Installed : No
Status : not installed
Source package : python-ipyevents-0.7.0-bp155.2.46.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.