How to Install and Uninstall python3-termbox Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-termbox" package

This is a short guide on how to install python3-termbox on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-termbox

2. Uninstall "python3-termbox" package

Here is a brief guide to show you how to uninstall python3-termbox on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-termbox package on Ubuntu 21.10 (Impish Indri)

Package: python3-termbox
Architecture: amd64
Version: 1.1.2+dfsg-3build4
Multi-Arch: same
Priority: optional
Section: universe/python
Source: termbox
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mo Zhou
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 125
Depends: libc6 (>= 2.15), python3 (<< 3.10), python3 (>= 3.9~)
Filename: pool/universe/t/termbox/python3-termbox_1.1.2+dfsg-3build4_amd64.deb
Size: 36456
MD5sum: 918ef963ba75bdc641ccdcb52bab5deb
SHA1: 81a9480ad079164cb2fd309e7b262b36a1960889
SHA256: 67c529941f4a86ac2b1def6d923f8fbe1c4fe7b091a14eaa557b8563f6e3b626
SHA512: 458f94759e386e5b3f8d9f020b76c2603363e8fed40f995a31e636d248b5f3b18a74424310b54a97aa321d007e14baaa6bb471943d389d727eeae91881d0df0e
Homepage: https://github.com/nsf/termbox
Description-en: 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: 35d5c103cc7c5c7002dde13576ff6d00