How to Install and Uninstall python3-easygui Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "python3-easygui" package

Please follow the guidelines below to install python3-easygui on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-easygui

2. Uninstall "python3-easygui" package

This guide let you learn how to uninstall python3-easygui on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-easygui package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-easygui
Priority: optional
Section: universe/python
Installed-Size: 181
Maintainer: Ubuntu Developers
Original-Maintainer: Andreas Noteng
Architecture: all
Source: python-easygui
Version: 0.96-3
Depends: python3-tk, python3 (>= 3.1.3-13~)
Filename: pool/universe/p/python-easygui/python3-easygui_0.96-3_all.deb
Size: 34026
MD5sum: 2ecf72b9e9a61f538b23aaac47ef0c3f
SHA1: c2fe3b0e7c319ad7332910030b2eb3f01a26691d
SHA256: 2bf5eec50556f3715993277fbb9de82265c802761fa10434e7313dd9ae114d8d
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
Homepage: http://easygui.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu