How to Install and Uninstall python2-urwid Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-urwid" package

Please follow the guidelines below to install python2-urwid on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-urwid

2. Uninstall "python2-urwid" package

Here is a brief guide to show you how to uninstall python2-urwid on openSUSE Leap:

$ sudo zypper remove python2-urwid

3. Information about the python2-urwid package on openSUSE Leap

Information for package python2-urwid:
--------------------------------------
Repository : Main Repository
Name : python2-urwid
Version : 2.0.1-1.15
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2,3 MiB
Installed : No
Status : not installed
Source package : python-urwid-2.0.1-1.15.src
Summary : A full-featured console (xterm et al.) user interface library
Description :
Urwid is a console user interface library. It includes many features
useful for text console application developers including:
- Applications resize quickly and smoothly
- Automatic, programmable text alignment and wrapping
- Simple markup for setting text attributes within blocks of text
- Powerful list box with programmable content for scrolling all widget types
- Your choice of event loops: Twisted, Glib or built-in select-based loop
- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
- Display modules include raw, curses, and experimental LCD and web displays
- Support for UTF-8, simple 8-bit and CJK encodings
- 256 and 88 color mode support
- Python 3.2 support