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

Last updated: May 18,2024

1. Install "python3-urwid" package

This guide let you learn how to install python3-urwid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-urwid

2. Uninstall "python3-urwid" package

Please follow the instructions below to uninstall python3-urwid on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-urwid
Priority: optional
Section: universe/python
Installed-Size: 870
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: urwid
Version: 1.3.1-2build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Filename: pool/universe/u/urwid/python3-urwid_1.3.1-2build1_amd64.deb
Size: 155684
MD5sum: b1934021276190a413acf101c3b5866e
SHA1: 82860a5885762e8335b410b2e83e34eb6472df6e
SHA256: ce2c170d8de5ffc00c8e6c9c613b6110d60cd7ef214148bf33d17563d2a3ce60
Description-en: curses-based UI/widget library for Python 3
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 3 version of the package.
Description-md5: 8cba78d6404141cf03a131f5915ddef6
Homepage: http://excess.org/urwid/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu