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

Last updated: October 04,2024

1. Install "python310-ipyevents" package

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

$ sudo zypper refresh $ sudo zypper install python310-ipyevents

2. Uninstall "python310-ipyevents" package

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

$ sudo zypper remove python310-ipyevents

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

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