How to Install and Uninstall teseq Package on Kali Linux

Last updated: May 15,2024

1. Install "teseq" package

Here is a brief guide to show you how to install teseq on Kali Linux

$ sudo apt update $ sudo apt install teseq

2. Uninstall "teseq" package

This is a short guide on how to uninstall teseq on Kali Linux:

$ sudo apt remove teseq $ sudo apt autoclean && sudo apt autoremove

3. Information about the teseq package on Kali Linux

Package: teseq
Version: 1.1.1-5
Installed-Size: 144
Maintainer: Marcos Talau
Architecture: amd64
Depends: perl:any, libc6 (>= 2.34)
Size: 61964
SHA256: c528b19764a536a8052591b1a27baf08e4930757f2b5c6993a5972cfe4e4ccdc
SHA1: 225ddc7b929b89be31aeb19136f9d99594b24920
MD5sum: d5544ba1546c6f5e3cd8340d6e3461a6
Description: utility for rendering terminal typescripts human-readable
GNU Teseq is a tool for analyzing files that contain control characters
and terminal control sequences, by printing these control sequences and
their meanings in readable English. It is intended to be useful for
debugging terminal emulators, and programs that make heavy use of
advanced terminal features such as cursor movement, coloring, and other
effects.
.
Teseq is useful for:
- Creating animated, interactive demos to run on the terminal (see
https://asciinema.org/a/7445 for a video on how to do this).
- Knowing the exact output of a program (did it have spaces at the
end of the line? Or maybe it contains invisible control characters?).
- Examining a text file's contents unambiguously, like cat -v or the ed
program's l command (but with much more information).
- Stripping control sequences from a text file, e.g. to produce a plain
ascii text file from a typescript file generated by the script command.
- Examining the invisible control sequences within a text file, that affect
graphical formatting or character encoding, in order to understand how
they work and where they appear in the file.
- Debugging graphical terminal applications, and terminal emulators.
Description-md5:
Homepage: https://www.gnu.org/software/teseq/
Tag: role::program, scope::utility, suite::gnu
Section: devel
Priority: optional
Filename: pool/main/t/teseq/teseq_1.1.1-5_amd64.deb