How to Install and Uninstall libfstrm-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libfstrm-dev" package

This guide covers the steps necessary to install libfstrm-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfstrm-dev

2. Uninstall "libfstrm-dev" package

This tutorial shows how to uninstall libfstrm-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libfstrm-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfstrm-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 194
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: fstrm
Version: 0.2.0-1
Depends: libfstrm0 (= 0.2.0-1)
Filename: pool/universe/f/fstrm/libfstrm-dev_0.2.0-1_amd64.deb
Size: 31290
MD5sum: b847b258979ae46d542947520cb8e24d
SHA1: ceed09367b341722c0bf0bc34b7ea391fefef55e
SHA256: c04629a746849956e61df9ff6b0b441c0a8e9ed22729d50c9022d4c6b72f65df
Description-en: 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: 612512e52e1f2202c318663779db8064
Homepage: https://github.com/farsightsec/fstrm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu