How to Install and Uninstall python2-easygui.noarch Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "python2-easygui.noarch" package

Please follow the instructions below to install python2-easygui.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python2-easygui.noarch

2. Uninstall "python2-easygui.noarch" package

In this section, we are going to explain the necessary steps to uninstall python2-easygui.noarch on CentOS Stream 8:

$ sudo dnf remove python2-easygui.noarch $ sudo dnf autoremove

3. Information about the python2-easygui.noarch package on CentOS Stream 8

Last metadata expiration check: 4:49:23 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-easygui
Version : 0.96
Release : 25.el8
Architecture : noarch
Size : 487 k
Source : python-easygui-0.96-25.el8.src.rpm
Repository : epel
Summary : Very simple, very easy GUI programming in Python
URL : http://easygui.sourceforge.net/
License : BSD
Description : Experienced Pythonistas need support for quick and dirty GUI features. New
: Python programmers need GUI capabilities that don't require any knowledge
: of Tkinter, frames, widgets, callbacks or lambda. This is what EasyGUI
: provides. Using EasyGUI, all GUI interactions are invoked by simple
: function calls.
:
: EasyGUI is different from other GUIs in that EasyGUI is NOT event-driven.
: It allows you to program in a traditional linear fashion, and to put up
: dialogs for simple input and output when you need to. If you have not yet
: learned the event-driven paradigm for GUI programming, EasyGUI will allow
: you to be productive with very basic tasks immediately. Later, if you
: wish to make the transition to an event-driven GUI paradigm, you can do
: so with a more powerful GUI package such as anygui, PythonCard, Tkinter,
: wxPython, etc.