How to Install and Uninstall python3-easygui.noarch Package on Fedora 34
Last updated: November 28,2024
1. Install "python3-easygui.noarch" package
This guide let you learn how to install python3-easygui.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-easygui.noarch
Copied
2. Uninstall "python3-easygui.noarch" package
This guide covers the steps necessary to uninstall python3-easygui.noarch on Fedora 34:
$
sudo dnf remove
python3-easygui.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-easygui.noarch package on Fedora 34
Last metadata expiration check: 5:18:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-easygui
Version : 0.96
Release : 32.fc34
Architecture : noarch
Size : 478 k
Source : python-easygui-0.96-32.fc34.src.rpm
Repository : fedora
Summary : Very simple, very easy GUI programming in Python3
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.
: This package allows for use of easygui with Python 3.
Available Packages
Name : python3-easygui
Version : 0.96
Release : 32.fc34
Architecture : noarch
Size : 478 k
Source : python-easygui-0.96-32.fc34.src.rpm
Repository : fedora
Summary : Very simple, very easy GUI programming in Python3
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.
: This package allows for use of easygui with Python 3.