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

Last updated: July 05,2024

1. Install "python310-easygui" package

Learn how to install python310-easygui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-easygui

2. Uninstall "python310-easygui" package

Please follow the instructions below to uninstall python310-easygui on openSuSE Tumbleweed:

$ sudo zypper remove python310-easygui

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

Information for package python310-easygui:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-easygui
Version : 0.98.3-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 343.3 KiB
Installed : No
Status : not installed
Source package : python-easygui-0.98.3-1.11.src
Upstream URL : https://github.com/robertlugg/easygui
Summary : Function-driven python GUI programming
Description :
EasyGui provides an interface for simple GUI interaction with a user.
It's not event-driven and it does not require the programmer to know
anything about tkinter, frames, widgets, callbacks or lambda.