How to Install and Uninstall libtermbox-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libtermbox-dev" package

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

$ sudo apt update $ sudo apt install libtermbox-dev

2. Uninstall "libtermbox-dev" package

This guide let you learn how to uninstall libtermbox-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtermbox-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtermbox-dev package on Ubuntu 21.10 (Impish Indri)

Package: libtermbox-dev
Architecture: amd64
Version: 1.1.2+dfsg-3build4
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: termbox
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mo Zhou
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 95
Depends: libtermbox1 (= 1.1.2+dfsg-3build4)
Filename: pool/universe/t/termbox/libtermbox-dev_1.1.2+dfsg-3build4_amd64.deb
Size: 26624
MD5sum: 3edec4167a2f8c5ff500a6b521b52759
SHA1: df0cc89e5e41040f667304e0a2712017ab665e84
SHA256: b84338ce64f0d3d17865f313f2624e0f9b634283267b982aa5ef99cb5417c4d1
SHA512: f7c0873515e251be4c2af6e63a1040ee74a6cc6b50711723f62244e6eb6f8eb684d394a563ba2d58d2c1a4e7ad6ad21b5c30dffa5debec2e178464b05f6852c6
Homepage: https://github.com/nsf/termbox
Description-en: Library for writing text-based user interfaces (dev)
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 headers and static library.
Description-md5: d2bda16733106a99d54e7f9293777fd4