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

Last updated: May 17,2024

1. Install "libfstrm-dev" package

Please follow the guidelines below to install libfstrm-dev on Kali Linux

$ sudo apt update $ sudo apt install libfstrm-dev

2. Uninstall "libfstrm-dev" package

Here is a brief guide to show you how to uninstall libfstrm-dev on Kali Linux:

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

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

Package: libfstrm-dev
Source: fstrm (0.6.1-1)
Version: 0.6.1-1+b1
Installed-Size: 182
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libfstrm0 (= 0.6.1-1+b1)
Size: 34684
SHA256: 0e4ba4a76dc60ab3266f6eb9df4e018e03cb3226120f852c22a03f4e1db9b519
SHA1: b8ca8bb2ca39975b576c39de32d7281d5c0a2cb6
MD5sum: 2c233feec234302df57832b1d5815b67
Description: Frame Streams (fstrm) library (development files)
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 static library and development headers.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/farsightsec/fstrm
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/f/fstrm/libfstrm-dev_0.6.1-1+b1_amd64.deb