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

Last updated: May 18,2024

1. Install "python36-ipyevents" package

Learn how to install python36-ipyevents on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-ipyevents

2. Uninstall "python36-ipyevents" package

Please follow the instructions below to uninstall python36-ipyevents on openSuSE Tumbleweed:

$ sudo zypper remove python36-ipyevents

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

Information for package python36-ipyevents:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-ipyevents
Version : 0.8.1-4.9
Arch : noarch
Vendor : openSUSE
Installed Size : 220,4 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.