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

Last updated: May 17,2024

1. Install "python39-easygui" package

Please follow the step by step instructions below to install python39-easygui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-easygui

2. Uninstall "python39-easygui" package

Here is a brief guide to show you how to uninstall python39-easygui on openSuSE Tumbleweed:

$ sudo zypper remove python39-easygui

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

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