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

Last updated: May 17,2024

1. Install "python-dialog" package

This is a short guide on how to install python-dialog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dialog

2. Uninstall "python-dialog" package

Please follow the steps below to uninstall python-dialog on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-dialog
Priority: optional
Section: universe/python
Installed-Size: 353
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Let's Encrypt
Architecture: amd64
Source: python2-pythondialog
Version: 3.3.0-2
Depends: dialog, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python2-pythondialog/python-dialog_3.3.0-2_amd64.deb
Size: 65384
MD5sum: 405deb2d121213394e2c0e0ef15d5561
SHA1: 6b5227f4e4432ab63b5d67eee8dbbb3153cb08a9
SHA256: 4b827904d25a5951c28b6c6603dee6224f0a4031204b5cdfc517711f970a583c
Description-en: Python 2 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.
.
This version is a backport of pythondialog to Python 2. Unless you really
have to use Python 2, you should use the python3-dialog package.
Description-md5: 7a6f150437bc41cc227d7542afdfc94f
Homepage: http://pythondialog.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu