How to Install and Uninstall python3-termbox Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "python3-termbox" package

This tutorial shows how to install python3-termbox on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-termbox

2. Uninstall "python3-termbox" package

Please follow the guidelines below to uninstall python3-termbox on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-termbox package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-termbox
Architecture: amd64
Version: 1.1.2+dfsg-3build2
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: 149
Depends: libc6 (>= 2.15), python3 (<< 3.9), python3 (>= 3.8~)
Filename: pool/universe/t/termbox/python3-termbox_1.1.2+dfsg-3build2_amd64.deb
Size: 45428
MD5sum: f0c7f1e26cebfa46851575347d50a294
SHA1: 5d16cba877526f23212200635b814292cabd6efa
SHA256: 10047d4c7e16616b7d9adef0bf1383b15567e17492c0032ea1471ff19c8c4c21
SHA512: b794678122fff724738664fdadd697806f4fd42c0f443cdbd7a6ad4f74d788e479c32b3dbd1161958030a3439c6c739d91cb1bfd81a18e401f359a40be0cd921
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