How to Install and Uninstall libfstrm0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libfstrm0" package

Please follow the steps below to install libfstrm0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfstrm0

2. Uninstall "libfstrm0" package

This guide let you learn how to uninstall libfstrm0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfstrm0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfstrm0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfstrm0
Priority: optional
Section: universe/libs
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Edmonds
Architecture: amd64
Source: fstrm
Version: 0.2.0-1
Depends: libc6 (>= 2.17)
Filename: pool/universe/f/fstrm/libfstrm0_0.2.0-1_amd64.deb
Size: 18486
MD5sum: d499a8b51cb4e68991e69ea05e9c0b36
SHA1: 05cc9ca40d3dd7f7852f7c5f332058734d0dc0e0
SHA256: f87c64b3d2a6fdc32f45e92fbe206c47553db39feea5faae450e1a7bf29400a8
Description-en: Frame Streams (fstrm) library
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 shared library.
Description-md5: 0b881b64d42a12542cf87b29496674e4
Multi-Arch: same
Homepage: https://github.com/farsightsec/fstrm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu