How to Install and Uninstall libtermbox1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libtermbox1" package

This guide let you learn how to install libtermbox1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtermbox1

2. Uninstall "libtermbox1" package

This is a short guide on how to uninstall libtermbox1 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtermbox1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtermbox1 package on Ubuntu 21.10 (Impish Indri)

Package: libtermbox1
Architecture: amd64
Version: 1.1.2+dfsg-3build4
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: termbox
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Mo Zhou
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: libc6 (>= 2.15)
Filename: pool/universe/t/termbox/libtermbox1_1.1.2+dfsg-3build4_amd64.deb
Size: 17704
MD5sum: 2142104110e4c52b5bdbe1b70cd54d67
SHA1: 878201190dcaff83ba723d7e21bb5e7f74b0c890
SHA256: 66ef7fe7099f56ccb21b8f4f7d8f76beae3d55767d73c8abfa66bf0941fbaa31
SHA512: c1ee58234fc932c767e743d367a83b6dc302889373f486cbb30f787fb29d4aa674db920ce662900fe2b217345f5be3ac1c1ac75f87eb2589fd8e283657b63a3b
Homepage: https://github.com/nsf/termbox
Description-en: Library for writing text-based user interfaces (lib)
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 shared object.
Description-md5: 7afff2fc98c3e658190f25a7410aa372