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

Last updated: May 15,2024

1. Install "python3-dialog" package

This guide covers the steps necessary to install python3-dialog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-dialog

2. Uninstall "python3-dialog" package

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

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

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

Package: python3-dialog
Priority: optional
Section: universe/python
Installed-Size: 2807
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pythondialog
Version: 3.3.0-1
Depends: dialog, python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0)
Suggests: python3-doc
Filename: pool/universe/p/pythondialog/python3-dialog_3.3.0-1_all.deb
Size: 1082000
MD5sum: 465d3bdbffbcce1bd9f70f75b2badd19
SHA1: 4650447a2f301a865f0608a7bc8311fdb92529cb
SHA256: 43b1def0a9b770714160fc89a27795dd3c09c6396ebada2178392eef43013f2f
Description-en: Python module for making simple terminal-based user interfaces
pythondialog is a Python wrapper for the dialog utility originally
written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
purpose is to provide an easy to use, pythonic and comprehensive Python
interface to dialog. This allows one to make simple text-mode user
interfaces on Unix-like systems.
.
pythondialog provides dialog boxes (widgets) of many different types.
Among these, one can find infobox, msgbox, yesno, menu, checklist,
radiolist, fselect (for selecting a file), rangebox, buildlist,
treeview, calendar. These widgets, and those not listed here, allow one
to build nice interfaces quickly and easily. However, it is not possible
to create new widgets without modifying dialog itself.
.
For most widgets, the following settings can be chosen:
* width, height and other parameters where applicable;
* two user-defined buttons, referred to as "Help" and "Extra", may be
added and their labels freely chosen.
Additionally, a color theme may be defined for all widgets via a
configuration file.
.
pythondialog has good Unicode support. Precisely, this support should be
as good as allowed by the combination of the Python interpreter, dialog,
the terminal and the locale settings in use.
Description-md5: 0adf5eb5f591989ce658eaa3be1a6a20
Homepage: http://pythondialog.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu