How to Install and Uninstall libtickit-dev Package on Kali Linux

Last updated: May 02,2024

1. Install "libtickit-dev" package

Please follow the guidance below to install libtickit-dev on Kali Linux

$ sudo apt update $ sudo apt install libtickit-dev

2. Uninstall "libtickit-dev" package

Learn how to uninstall libtickit-dev on Kali Linux:

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

3. Information about the libtickit-dev package on Kali Linux

Package: libtickit-dev
Source: libtickit
Version: 0.4.3-1
Installed-Size: 590
Maintainer: James McCoy
Architecture: amd64
Depends: libtickit3 (= 0.4.3-1), libtermkey-dev, libunibilium-dev
Size: 174428
SHA256: 14a28ac99ddac9d304aead4eba9ae07ecc1a37f2c84c1b5dcbf5415e5b17a25c
SHA1: 1061d2e7ca21108c75eac2d0feeff261031cd82f
MD5sum: 14e08bb5479614105897a4503c64b276
Description: Terminal Interface Construction KIT (development files)
This library provides an abstracted mechanism for building interactive
full-screen terminal programs. It provides a full set of output drawing
functions, and handles keyboard and mouse input events.
.
Using this library, applications can
.
* Divide the terminal into a hierarchy of nested, possibly-overlapping
rectangular windows
* Render output content and react to input events independently in any
window region
* Use fully Unicode-aware string content, including non-BMP, full-width
and combining characters
* Draw line-art using Unicode box-drawing characters in a variety of
styles
* Operate synchronously or asynchronously via file descriptors, or
abstractly via byte buffers
* Recognise arbitrary keyboard input, including modifiers*
* Make use of multiple terminals, if available, from a single
application
.
The following terminal features are supported (depending on terminal support):
.
* Many rendering attributes; bold, italics, underline, reverse,
strikethough, alternate font
* 256 and 24-bit (16 million) colours
* Mouse including mouse wheel and recognition of position reporting greater
than 224 columns
* Arbitrary scrolling regions
.
This package contains the header files and libraries needed for developing
with libtickit.
Description-md5:
Multi-Arch: same
Homepage: https://www.leonerd.org.uk/code/libtickit/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtickit/libtickit-dev_0.4.3-1_amd64.deb