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

Last updated: May 15,2024

1. Install "python3-textual" package

This guide let you learn how to install python3-textual on Kali Linux

$ sudo apt update $ sudo apt install python3-textual

2. Uninstall "python3-textual" package

This is a short guide on how to uninstall python3-textual on Kali Linux:

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

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

Package: python3-textual
Source: textual
Version: 0.47.1-2
Installed-Size: 2087
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-markdown-it, python3-rich (>= 10.7.0), python3-typing-extensions, python3:any
Size: 358052
SHA256: a9dc7723f253653cf05747387cacbdc04937467a550a16938e247c0b54b2923e
SHA1: b0dca40d42d2a86bd28ee1e364cd9a17758e1b54
MD5sum: e9e2004165d598063b017b227ef6cc3f
Description: TUI (Text User Interface) framework for Python inspired by modern web development
Textual uses Rich to render rich text, so anything that Rich can render may be
used in Textual.
.
Event handling in Textual is asynchronous (using async and await keywords).
Widgets (UI components) can independently update and communicate with each
other via message passing.
.
Textual has more in common with modern web development than it does with
curses; layout is done with CSS grid and (soon) the theme may be customized
with CSS. Other techniques are borrowed from JS frameworks such as Vue and
React.
Description-md5:
Homepage: https://github.com/willmcgugan/textual
Section: python
Priority: optional
Filename: pool/main/t/textual/python3-textual_0.47.1-2_all.deb