How to Install and Uninstall fstrm-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "fstrm-bin" package

Please follow the steps below to install fstrm-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fstrm-bin

2. Uninstall "fstrm-bin" package

Please follow the guidance below to uninstall fstrm-bin on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the fstrm-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fstrm-bin
Priority: optional
Section: universe/utils
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: fstrm
Version: 0.2.0-1
Depends: libc6 (>= 2.4), libevent-2.0-5 (>= 2.0.10-stable), libfstrm0 (>= 0.2.0)
Filename: pool/universe/f/fstrm/fstrm-bin_0.2.0-1_amd64.deb
Size: 22478
MD5sum: 663c70238cb5e5b5b43cba04d09385ae
SHA1: 2d431a56ff3128794aeac2e0f1678125d4240ee1
SHA256: c87ea6f6f757a837e2aa658aedc070482c2967eda4ed1ef0d96adb3850e05609
Description-en: 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: cacf329efed0035aea24ae25a224c563
Homepage: https://github.com/farsightsec/fstrm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu