How to Install and Uninstall libtermkey1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libtermkey1" package

This guide let you learn how to install libtermkey1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtermkey1

2. Uninstall "libtermkey1" package

Please follow the instructions below to uninstall libtermkey1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtermkey1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtermkey1
Priority: extra
Section: universe/libs
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: James McCoy
Architecture: amd64
Source: libtermkey
Version: 0.18-1
Depends: libc6 (>= 2.14), libunibilium0 (>= 1.0)
Filename: pool/universe/libt/libtermkey/libtermkey1_0.18-1_amd64.deb
Size: 17162
MD5sum: 3d4881d77747b4a0373a51c1443cfc91
SHA1: 0e76eafa5a05549af77725588f880fb846b0c6c3
SHA256: 9e035369c73b17198cefb95fc2038c56cf37c591271f6b39e1b48b07a6fd47a5
Description-en: 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: 9735e53677a19eb3887c80b7cb954bc2
Multi-Arch: same
Homepage: http://www.leonerd.org.uk/code/libtermkey/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu