How to Install and Uninstall fstrm.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 15,2024

1. Install "fstrm.x86_64" package

Please follow the instructions below to install fstrm.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install fstrm.x86_64

2. Uninstall "fstrm.x86_64" package

Learn how to uninstall fstrm.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove fstrm.x86_64 $ sudo dnf autoremove

3. Information about the fstrm.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:26:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : fstrm
Version : 0.5.0
Release : 1.el8
Architecture : x86_64
Size : 27 k
Source : fstrm-0.5.0-1.el8.src.rpm
Repository : epel
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.