How to Install and Uninstall python3-easygui Package on openSUSE Leap

Last updated: June 30,2024

1. Install "python3-easygui" package

In this section, we are going to explain the necessary steps to install python3-easygui on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-easygui

2. Uninstall "python3-easygui" package

Please follow the steps below to uninstall python3-easygui on openSUSE Leap:

$ sudo zypper remove python3-easygui

3. Information about the python3-easygui package on openSUSE Leap

Information for package python3-easygui:
----------------------------------------
Repository : Main Repository
Name : python3-easygui
Version : 0.98.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 401.7 KiB
Installed : No
Status : not installed
Source package : python-easygui-0.98.1-bp155.2.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.