How to Install and Uninstall libanyevent-termkey-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libanyevent-termkey-perl" package

Learn how to install libanyevent-termkey-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libanyevent-termkey-perl

2. Uninstall "libanyevent-termkey-perl" package

In this section, we are going to explain the necessary steps to uninstall libanyevent-termkey-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libanyevent-termkey-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libanyevent-termkey-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libanyevent-termkey-perl
Priority: optional
Section: universe/perl
Installed-Size: 25
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.02-2
Depends: perl, libanyevent-perl, libterm-termkey-perl
Filename: pool/universe/liba/libanyevent-termkey-perl/libanyevent-termkey-perl_0.02-2_all.deb
Size: 7890
MD5sum: bbd3213906fb163a0e16505d6197efd0
SHA1: 1f8c70738d648c8b5fa892bba5a93b7b432dd286
SHA256: 2a0877a66112af6ab194d738cd5997fd6e20c3fcbe1f2fc970bd478b3c17392d
Description-en: module for terminal key input using libtermkey with AnyEvent
AnyEvent::TermKey implements an asynchronous perl wrapper around the
libtermkey library, which provides an abstract way to read keypress events in
terminal-based programs. It yields structures that describe keys, rather than
simply returning raw bytes as read from the TTY device.
.
It internally uses an instance of Term::TermKey to access the underlying C
library. For details on general operation, including the representation of
keypress events as objects, see the documentation on that class.
.
Proxy methods exist for normal accessors of Term::TermKey, and the usual
behaviour of the getkey or other methods is instead replaced by the on_key
event.
Description-md5: c331c5eee1f12dd1b2f94cd4341c982f
Homepage: https://metacpan.org/release/AnyEvent-TermKey
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu