How to Install and Uninstall python3-urwid Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-urwid" package

This is a short guide on how to install python3-urwid on Kali Linux

$ sudo apt update $ sudo apt install python3-urwid

2. Uninstall "python3-urwid" package

Here is a brief guide to show you how to uninstall python3-urwid on Kali Linux:

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

3. Information about the python3-urwid package on Kali Linux

Package: python3-urwid
Source: urwid
Version: 2.6.4-1
Installed-Size: 1094
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-typing-extensions, python3-wcwidth, python3:any
Suggests: python-urwid-doc
Size: 193028
SHA256: 8cec0269b362a7988aa75a71072b4e9265039eb27ebc7ff0bbb08ebdb34d5128
SHA1: 4dd5858d89940caa7da6e772bdc030947f1194c1
MD5sum: ac6bc80e2b92ab67d0f3287b17f7e755
Description: 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:
Homepage: https://urwid.org/
Section: python
Priority: optional
Filename: pool/main/u/urwid/python3-urwid_2.6.4-1_amd64.deb