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

Last updated: May 13,2024

1. Install "python3-dialog" package

This tutorial shows how to install python3-dialog on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-dialog

2. Uninstall "python3-dialog" package

This tutorial shows how to uninstall python3-dialog on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-dialog
Architecture: all
Version: 3.5.1-1
Built-Using: sphinx (= 2.4.3-4)
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: pythondialog
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2849
Depends: dialog, python3:any, libjs-sphinxdoc (>= 1.0)
Suggests: python3-doc
Filename: pool/universe/p/pythondialog/python3-dialog_3.5.1-1_all.deb
Size: 1097456
MD5sum: 39a46d7a17bae1b112659bed81b2fa17
SHA1: 55e6939d87ea658a949077bff2ae2153cef877ab
SHA256: 795f058581ff6d2d2828226f58f01ae480e92a031beb977eec5d1dde4524dc8d
SHA512: 63886811c306eca17bfd4c210d1034d6afc1f9a86d2eba38bc9a4ec37e020a930cb851314ca2eda603060eb467c981521776c27a570c82c2fad1729f5edc5882
Homepage: http://pythondialog.sourceforge.net/
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