How to Install and Uninstall libtsm4 Package on Kali Linux

Last updated: May 18,2024

1. Install "libtsm4" package

Please follow the steps below to install libtsm4 on Kali Linux

$ sudo apt update $ sudo apt install libtsm4

2. Uninstall "libtsm4" package

Learn how to uninstall libtsm4 on Kali Linux:

$ sudo apt remove libtsm4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtsm4 package on Kali Linux

Package: libtsm4
Source: libtsm
Version: 4.0.2-0.4
Installed-Size: 92
Maintainer: Nobuhiro Iwamatsu
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 29316
SHA256: acb4e1b0ae587880b0fef5a6acde242f30e9229ff21ca86f4c90dee77634e8b8
SHA1: 2720828acef007ce385b89b7fde9ce2b7858a66c
MD5sum: 90223fb688c15e898d0181164b06ea58
Description: Terminal-emulator State Machine - runtime
TSM is a state machine for DEC VT100-VT520 compatible terminal
emulators. It tries to support all common standards while keeping
compatibility to existing emulators like xterm, gnome-terminal, konsole, ..
.
TSM itself does not provide any rendering nor window management.
It is a simple plain state machine without any external dependencies.
It can be used to implement terminal emulators, but also to implement
other applications that need to interpret terminal escape sequences.
.
This library is very similar to libvte of the GNOME project.
However, libvte is highly bound to GTK+, which makes it unsuitable for
non-graphics projects that need to parse escape sequences. Instead,
TSM tries to restrict its API to terminal emulation only. Furthermore,
TSM does not try to establish a new terminal emulation standard, but
instead keeps compatibility as close to xterm as possible.
This is why the TERM variable can be set to xterm-color256 with any
TSM based terminal emulator.
.
This package contains the libtsm runtime library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/Aetf/libtsm
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libt/libtsm/libtsm4_4.0.2-0.4_amd64.deb