How to Install and Uninstall python3-easygui Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-easygui" package

Please follow the instructions below to install python3-easygui on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-easygui

2. Uninstall "python3-easygui" package

In this section, we are going to explain the necessary steps to uninstall python3-easygui on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-easygui $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-easygui package on Ubuntu 21.10 (Impish Indri)

Package: python3-easygui
Architecture: all
Version: 0.98.1-1
Priority: optional
Section: universe/python
Source: python-easygui
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Andreas Noteng
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 234
Depends: python3-tk, python3:any
Recommends: python3-pil.imagetk
Filename: pool/universe/p/python-easygui/python3-easygui_0.98.1-1_all.deb
Size: 86060
MD5sum: 4ff302fdc05f6111cc7a5c8ce6947f19
SHA1: 3431b3704d7d73569041305a60356708092ab810
SHA256: 4e0a26b5651e21b91196aa99050fca3cf2dde4096ff055d94dfd409438dd4fc1
SHA512: cade864dc9bcf6b838f64babeaf363d6704b5336038c05d679fe5bab68456f0993df9dd05f58c9cfa3af8d533d43bbee64b0688f078c71a0a9450fff4b8bb62f
Homepage: https://github.com/robertlugg/easygui
Description-en: module for very simple, very easy GUI programming in Python3
This package provides the Python3 modules EasyGUI. 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.
Description-md5: 89efc49f8647a3ad338f333b9c3572ed
Task: ubuntustudio-photography