How to Install and Uninstall python-urwid.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python-urwid.x86_64" package

This tutorial shows how to install python-urwid.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-urwid.x86_64

2. Uninstall "python-urwid.x86_64" package

Please follow the instructions below to uninstall python-urwid.x86_64 on Amazon Linux 2:

$ sudo yum remove python-urwid.x86_64 $ sudo yum autoremove

3. Information about the python-urwid.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-urwid
Arch : x86_64
Version : 1.1.1
Release : 3.amzn2.0.2
Size : 654 k
Repo : amzn2-core/2/x86_64
Summary : Console user interface library
URL : http://excess.org/urwid/
License : LGPLv2+
Description : Urwid is a Python library for making text console applications.
: It has many features including fluid interface resizing, support
: for UTF-8 and CJK encodings, standard and custom text layout
: modes, simple markup for setting text attributes, and a powerful,
: dynamic list box that handles a mix of widget types. It is
: flexible, modular, and leaves the developer in control.