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

Last updated: May 21,2024

1. Install "python3-urwid-readline" package

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

$ sudo apt update $ sudo apt install python3-urwid-readline

2. Uninstall "python3-urwid-readline" package

This tutorial shows how to uninstall python3-urwid-readline on Kali Linux:

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

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

Package: python3-urwid-readline
Source: python-urwid-readline
Version: 0.13-2
Installed-Size: 56
Maintainer: Debian Python Team
Architecture: all
Depends: python3-urwid, python3:any
Size: 8436
SHA256: fc007fee1796632b45b556545dbfab8f193c2853cb09b9eeddf820ab5b2d6282
SHA1: a1cd6338414b61528ab8ae7adf7afc8558bfafa3
MD5sum: d81d86e9815db8ebf35b03118a46901d
Description: python-urwid textbox widget that supports readline shortcuts
A textbox edit widget for urwid that supports readline shortcuts such as:
- Jump to the Beginning of line (Ctrl + A)
- Jump backward one character (Ctrl + B)
- Delete one character (Ctrl + D)
- Delete one word (Meta + D)
- Jump to the end of line (Ctrl + E)
and more.
Description-md5:
Homepage: https://github.com/rr-/urwid_readline
Section: python
Priority: optional
Filename: pool/main/p/python-urwid-readline/python3-urwid-readline_0.13-2_all.deb