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

Last updated: November 07,2024

1. Install "python3-termbox" package

Please follow the step by step instructions below to install python3-termbox on Kali Linux

$ sudo apt update $ sudo apt install python3-termbox

2. Uninstall "python3-termbox" package

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

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

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

Package: python3-termbox
Source: termbox (1.1.2+dfsg-5)
Version: 1.1.2+dfsg-5+b2
Installed-Size: 247
Maintainer: Mo Zhou
Architecture: amd64
Depends: libc6 (>= 2.33), python3 (<< 3.13), python3 (>= 3.11~)
Size: 57504
SHA256: 419ec15ca178675663d8d1f5517d4919c55d1b303759e195f3c58b2ac0609aeb
SHA1: 99b2018b181ecfdb9c6de12f4d690a75e85a67c8
MD5sum: c95be00a8709901f95ebb5c1dbddffb6
Description: Library for writing text-based user interfaces (Python)
Termbox is a library that provides minimalistic API which allows the
programmer to write text-based user interfaces.
.
It is based on a very simple abstraction. The main idea is viewing terminals
as a table of fixed-size cells and input being a stream of structured
messages. Would be fair to say that the model is inspired by windows console
API. The abstraction itself is not perfect and it may create problems in
certain areas. The most sensitive ones are copy & pasting and wide characters
(mostly Chinese, Japanese, Korean (CJK) characters). When it comes to copy &
pasting, the notion of cells is not really compatible with the idea of text.
And CJK runes often require more than one cell to display them nicely. Despite
the mentioned flaws, using such a simple model brings benefits in a form of
simplicity. And KISS principle is important.
.
At this point one should realize, that CLI (command-line interfaces) aren't
really a thing termbox is aimed at. But rather pseudo-graphical user
interfaces.
.
This package ships with Python3 binding of termbox.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/nsf/termbox
Section: python
Priority: optional
Filename: pool/main/t/termbox/python3-termbox_1.1.2+dfsg-5+b2_amd64.deb