How to Install and Uninstall fstrm.src Package on Oracle Linux 8

Last updated: November 30,2024

1. Install "fstrm.src" package

This is a short guide on how to install fstrm.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install fstrm.src

2. Uninstall "fstrm.src" package

Please follow the guidance below to uninstall fstrm.src on Oracle Linux 8:

$ sudo dnf remove fstrm.src $ sudo dnf autoremove

3. Information about the fstrm.src package on Oracle Linux 8

Last metadata expiration check: 0:54:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : fstrm
Version : 0.6.1
Release : 2.el8
Architecture : src
Size : 477 k
Source : None
Repository : ol8_appstream
Summary : Frame Streams implementation in C
URL : https://github.com/farsightsec/fstrm
License : MIT
Description : 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.