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

Last updated: June 13,2024

1. Install "python-urwid" package

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

$ sudo apt update $ sudo apt install python-urwid

2. Uninstall "python-urwid" package

Here is a brief guide to show you how to uninstall python-urwid on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-urwid
Priority: optional
Section: universe/python
Installed-Size: 2890
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: urwid
Version: 1.3.1-2build1
Provides: python2.7-urwid
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4)
Filename: pool/universe/u/urwid/python-urwid_1.3.1-2build1_amd64.deb
Size: 606452
MD5sum: 531f8fc66280150e6fd969f2305c5f73
SHA1: 117918b5c803c9b39edbe3ad9bcd8758d249fa50
SHA256: bb4028bbe4ff01c1dbd13a81a4f51e35f25ad5f78c8013af3cab99f333248eb7
Description-en: curses-based UI/widget library for Python 2
Urwid is a console user interface library that includes many features
useful for text console application developers including:
.
* Fluid interface resizing (xterm window resizing/fbset on Linux console)
* Web application display mode using Apache and CGI
* Support for UTF-8, simple 8-bit and CJK encodings
* Multiple text alignment and wrapping modes built-in
* Ability to create user-defined text layout classes
* Simple markup for setting text attributes
* Powerful list box that handles scrolling between different widget types
* List box contents may be managed with a user-defined class
* Flexible edit box for editing many different types of text
* Buttons, check boxes and radio boxes
* Customizable layout for all widgets
* Easy interface for creating HTML screen shots
.
This is the Python 2 version of the package.
Description-md5: 6dbb3ca1cac720abb86a0fd88923ed49
Homepage: http://excess.org/urwid/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu