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

Last updated: July 04,2024

1. Install "python312-easygui" package

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

$ sudo zypper refresh $ sudo zypper install python312-easygui

2. Uninstall "python312-easygui" package

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

$ sudo zypper remove python312-easygui

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

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