How to Install and Uninstall python-urwid.src Package on Oracle Linux 8

Last updated: September 20,2024

1. Install "python-urwid.src" package

This guide let you learn how to install python-urwid.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-urwid.src

2. Uninstall "python-urwid.src" package

In this section, we are going to explain the necessary steps to uninstall python-urwid.src on Oracle Linux 8:

$ sudo dnf remove python-urwid.src $ sudo dnf autoremove

3. Information about the python-urwid.src package on Oracle Linux 8

Last metadata expiration check: 6:36:34 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-urwid
Version : 1.3.1
Release : 4.el8
Architecture : src
Size : 592 k
Source : None
Repository : ol8_baseos_latest
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.