How to Install and Uninstall libtermbox1 Package on Kali Linux

Last updated: May 21,2024

1. Install "libtermbox1" package

Please follow the guidance below to install libtermbox1 on Kali Linux

$ sudo apt update $ sudo apt install libtermbox1

2. Uninstall "libtermbox1" package

This guide let you learn how to uninstall libtermbox1 on Kali Linux:

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

3. Information about the libtermbox1 package on Kali Linux

Package: libtermbox1
Source: termbox (1.1.2+dfsg-5)
Version: 1.1.2+dfsg-5+b2
Installed-Size: 61
Maintainer: Mo Zhou
Architecture: amd64
Depends: libc6 (>= 2.33)
Size: 17464
SHA256: 7e90c78dc0174bbf8e43d05b3dfe9d0584ac76eb03bb7fc0664b35d16bcfebe6
SHA1: 6c0657bc620c56e964ce406a4495a6fa1b8dde12
MD5sum: 91fbfef5a4a8b1938d3fd0ae2799483e
Description: 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:
Multi-Arch: same
Homepage: https://github.com/nsf/termbox
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/t/termbox/libtermbox1_1.1.2+dfsg-5+b2_amd64.deb