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

Last updated: July 05,2024

1. Install "libtickit-perl" package

Please follow the steps below to install libtickit-perl on Kali Linux

$ sudo apt update $ sudo apt install libtickit-perl

2. Uninstall "libtickit-perl" package

Please follow the step by step instructions below to uninstall libtickit-perl on Kali Linux:

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

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

Package: libtickit-perl
Source: libtickit-perl (0.73-1)
Version: 0.73-1+b1
Installed-Size: 409
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14), libtickit3 (>= 0.4.3), libstruct-dumb-perl
Size: 137196
SHA256: babaf5c1ae3e5cd18177426a4cac865a1f4b39578964c251b87ee5c773238bb4
SHA1: 677e118def2120c1982adaf8c4ba1ccd70c91f61
MD5sum: a775c712d7ee44bceada13ea38a30c0f
Description: Terminal Interface Construction KIT
Tickit is a high-level toolkit for creating full-screen terminal-based
interactive programs. It allows programs to be written in an abstracted way,
working with a tree of widget objects, to represent the layout of the
interface and implement its behaviours.
.
Its supported terminal features includes a rich set of rendering attributes
(bold, underline, italic, 256-colours, etc), support for mouse including
wheel and position events above the 224th column and arbitrary modified key
input via libtermkey (all of these will require a supporting terminal as
well). It also supports having multiple instances and non-blocking or
asynchronous control.
.
At the current version, this is a Perl distribution which contains and XS and
C implementation of the lower levels (Tickit::Term and Tickit::Pen), and
implements the higher levels (Tickit::Window and Tickit::Widget) in pure
perl. The XS parts are supported by libtickit, either from the installed
library, or using a bundled copy compiled at build time. It is intended that
eventually the Window layer will be rewritten in XS and C instead.
Description-md5:
Homepage: https://metacpan.org/release/Tickit
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtickit-perl/libtickit-perl_0.73-1+b1_amd64.deb