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

Last updated: July 05,2024

1. Install "python311-easygui" package

Learn how to install python311-easygui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-easygui

2. Uninstall "python311-easygui" package

Please follow the steps below to uninstall python311-easygui on openSuSE Tumbleweed:

$ sudo zypper remove python311-easygui

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

Information for package python311-easygui:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-easygui
Version : 0.98.3-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 413.5 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.