How to Install and Uninstall libtermkey1 Package on Kali Linux

Last updated: May 20,2024

1. Install "libtermkey1" package

In this section, we are going to explain the necessary steps to install libtermkey1 on Kali Linux

$ sudo apt update $ sudo apt install libtermkey1

2. Uninstall "libtermkey1" package

Please follow the guidance below to uninstall libtermkey1 on Kali Linux:

$ sudo apt remove libtermkey1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtermkey1 package on Kali Linux

Package: libtermkey1
Source: libtermkey
Version: 0.22-1
Installed-Size: 63
Maintainer: James McCoy
Architecture: amd64
Depends: libc6 (>= 2.14), libunibilium4 (>= 1.0)
Size: 18404
SHA256: 0a52bed8b97cc25f652468e6422fde5fdd47a4f91d58950d8674f2b18beda7a4
SHA1: 023583ca4ec8b5d633ac13b3dbd776812324250e
MD5sum: 77c7ba05920fb45542d2502055fbbca9
Description: library for processing keyboard input
This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys, UTF-8
combining, and so on, with a simple interface. It provides the following
features:
.
* Follows terminfo for every sequence listed there, only falling back on
other methods to deal with unrecognised input.
* Recognises special keys (such as arrow and function keys), including
"modified" keys like Ctrl-Left.
* Recognises XTerm-style mouse position/button reporting.
* MIT licenced to allow almost all projects to use it; both Open Source
and Commercial.
* Small API - just three functions are needed in simple common cases.
* Both synchronous (blocking) and asynchronous (non-blocking) APIs are
supported.
Description-md5:
Multi-Arch: same
Homepage: http://www.leonerd.org.uk/code/libtermkey/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libt/libtermkey/libtermkey1_0.22-1_amd64.deb