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

Last updated: May 17,2024

1. Install "libyascreen-dev" package

Please follow the instructions below to install libyascreen-dev on Kali Linux

$ sudo apt update $ sudo apt install libyascreen-dev

2. Uninstall "libyascreen-dev" package

This tutorial shows how to uninstall libyascreen-dev on Kali Linux:

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

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

Package: libyascreen-dev
Source: yascreen (1.99-1)
Version: 1.99-1+b1
Installed-Size: 107
Maintainer: Boian Bonev
Architecture: amd64
Depends: libyascreen0 (= 1.99-1+b1)
Size: 30464
SHA256: d23033de6b296ccafb436d4ef4e976cd4bf3fca9be74c70ecc1a5871ac4b51f5
SHA1: b6243eba5ae2c2c790df2e26fed0f71880f8d5a2
MD5sum: 1d794665abed974e1b80400f40986b8e
Description: Yet Another Screen Library (lib(n)curses alternative)
Development files of Yet Another Screen Library - lib(n)curses alternative
oriented towards modern terminals.
.
Suitable for developing terminal applications or daemons with
telnet access and terminal support.
.
Main features
.
* small footprint
* does not have external dependencies
* allows both internal and external event loop
* allows stdin/stdout or external input/output (can work over socket)
* supports basic set of telnet sequences, making it suitable for built-in
terminal interfaces for daemons
* supports a limited set of input keystroke sequences
* fully unicode compatible (parts of this depend on wcwidth in libc)
* supports utf8 verification of input
* relies only on a limited subset of ansi/xterm ESC sequences, making it
compatible with mostly all modern terminals (inspired by linenoise)
* there is no curses API and ancient terminal compatibility, hence less bloat
* clean API with opaque private data, usable from C/C++
Description-md5:
Multi-Arch: same
Homepage: https://github.com/bbonev/yascreen
Tag: devel::lang:c, devel::lang:c++, devel::library, implemented-in::c,
role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/y/yascreen/libyascreen-dev_1.99-1+b1_amd64.deb