How to Install and Uninstall tstools Package on Kali Linux

Last updated: May 09,2024

1. Install "tstools" package

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

$ sudo apt update $ sudo apt install tstools

2. Uninstall "tstools" package

Learn how to uninstall tstools on Kali Linux:

$ sudo apt remove tstools $ sudo apt autoclean && sudo apt autoremove

3. Information about the tstools package on Kali Linux

Package: tstools
Version: 1.13~git20151030-6
Installed-Size: 4437
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 480172
SHA256: 9253e9fb756b56b5c37c351218695533a49a9b7998f7114ad23d0eec2a12bbc4
SHA1: 638990db3ce22b604aee605319c817ecac4b1f9c
MD5sum: a885b5658e700e24e1c4ecb0f7b3ecef
Description: set of tools for reporting on and manipulating MPEG data
TStools is a set of cross-platform command line tools for working with MPEG
data.
.
The emphasis is on relatively simple tools which concentrate on MPEG (H.264
and H.262) data packaged according to H.222 (i.e., TS or PS), with a particular
interest in checking for conformance.
.
Transport Stream (TS) is typically used for distribution of cable and
satellite data. Program Stream (PS) is typically used to store data on DVDs.
.
The tools are focussed on:
* Quick reporting of useful data (tsinfo, stream_type)
* Giving a quick overview of the entities in the stream (esdots, psdots)
* Reporting on TS packets (tsreport) or ES units/frames/fields (esreport)
* Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge,
ts2es)
* Streaming of data, possibly with introduced errors (tsplay)
Description-md5:
Homepage: https://github.com/kynesim/tstools
Tag: implemented-in::c, interface::commandline, role::program,
works-with::video
Section: utils
Priority: optional
Filename: pool/main/t/tstools/tstools_1.13~git20151030-6_amd64.deb