How to Install and Uninstall fstrm-bin Package on Kali Linux

Last updated: April 28,2024

1. Install "fstrm-bin" package

Please follow the steps below to install fstrm-bin on Kali Linux

$ sudo apt update $ sudo apt install fstrm-bin

2. Uninstall "fstrm-bin" package

Learn how to uninstall fstrm-bin on Kali Linux:

$ sudo apt remove fstrm-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the fstrm-bin package on Kali Linux

Package: fstrm-bin
Source: fstrm (0.6.1-1)
Version: 0.6.1-1+b1
Installed-Size: 134
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libfstrm0 (>= 0.4.0)
Size: 35300
SHA256: ecc6131bb1fb338a3b53bbf0ab738074cdd651a84ccc6b4366939c458b17ba39
SHA1: 765e946b800bbdf943d212cb61e9e14d798a77a9
MD5sum: 3f5045f5e68a664c73331f93fd4e2201
Description: Frame Streams (fstrm) library (utilities)
Frame Streams is a light weight, binary clean protocol that allows for the
transport of arbitrarily encoded data payload sequences with minimal framing
overhead -- just four bytes per data frame. Frame Streams does not specify an
encoding format for data frames and can be used with any data serialization
format that produces byte sequences, such as Protocol Buffers, XML, JSON,
MessagePack, YAML, etc. Frame Streams can be used as both a streaming
transport over a reliable byte stream socket (TCP sockets, TLS connections,
AF_UNIX sockets, etc.) for data in motion as well as a file format for data
at rest. A "Content Type" header identifies the type of payload being carried
over an individual Frame Stream and allows cooperating programs to determine
how to interpret a given sequence of data payloads.
.
This is the "fstrm" implementation of Frame Streams in C.
.
This package contains the command line utilities.
Description-md5:
Homepage: https://github.com/farsightsec/fstrm
Section: utils
Priority: optional
Filename: pool/main/f/fstrm/fstrm-bin_0.6.1-1+b1_amd64.deb