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

Last updated: May 18,2024

1. Install "python36-easygui" package

Here is a brief guide to show you how to install python36-easygui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-easygui

2. Uninstall "python36-easygui" package

Learn how to uninstall python36-easygui on openSuSE Tumbleweed:

$ sudo zypper remove python36-easygui

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

Information for package python36-easygui:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-easygui
Version : 0.98.1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 397,8 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.