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

Last updated: September 27,2024

1. Install "python38-easygui" package

This is a short guide on how to install python38-easygui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-easygui

2. Uninstall "python38-easygui" package

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

$ sudo zypper remove python38-easygui

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

Information for package python38-easygui:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-easygui
Version : 0.98.1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 403,7 KiB
Installed : No
Status : not installed
Source package : python-easygui-0.98.1-2.8.src
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.