How to Install and Uninstall libtermbox-dev Package on Kali Linux
Last updated: November 26,2024
1. Install "libtermbox-dev" package
This tutorial shows how to install libtermbox-dev on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libtermbox-dev
Copied
2. Uninstall "libtermbox-dev" package
In this section, we are going to explain the necessary steps to uninstall libtermbox-dev on Kali Linux:
$
sudo apt remove
libtermbox-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libtermbox-dev package on Kali Linux
Package: libtermbox-dev
Source: termbox (1.1.2+dfsg-5)
Version: 1.1.2+dfsg-5+b2
Installed-Size: 112
Maintainer: Mo Zhou
Architecture: amd64
Depends: libtermbox1 (= 1.1.2+dfsg-5+b2)
Size: 25492
SHA256: c4144be04714d01853f0900b988ad6bfb51ddd1007855eb23add789c9c6bfb14
SHA1: a71714bd13356d11c88bc357199b71e0696b9a22
MD5sum: 253f6141b2b9ee9b34dfabf066862ca7
Description: 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:
Multi-Arch: same
Homepage: https://github.com/nsf/termbox
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/termbox/libtermbox-dev_1.1.2+dfsg-5+b2_amd64.deb
Source: termbox (1.1.2+dfsg-5)
Version: 1.1.2+dfsg-5+b2
Installed-Size: 112
Maintainer: Mo Zhou
Architecture: amd64
Depends: libtermbox1 (= 1.1.2+dfsg-5+b2)
Size: 25492
SHA256: c4144be04714d01853f0900b988ad6bfb51ddd1007855eb23add789c9c6bfb14
SHA1: a71714bd13356d11c88bc357199b71e0696b9a22
MD5sum: 253f6141b2b9ee9b34dfabf066862ca7
Description: 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:
Multi-Arch: same
Homepage: https://github.com/nsf/termbox
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/termbox/libtermbox-dev_1.1.2+dfsg-5+b2_amd64.deb