How To Install fstrm-utils on Fedora 36

In this tutorial we learn how to install fstrm-utils in Fedora 36. fstrm-utils is Frame Streams (fstrm) utilities

Introduction

In this tutorial we learn how to install fstrm-utils on Fedora 36.

What is fstrm-utils

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. The fstrm-utils package contains command line utilities.

We can use yum or dnf to install fstrm-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fstrm-utils.

Install fstrm-utils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install fstrm-utils using dnf by running the following command:

sudo dnf -y install fstrm-utils

Install fstrm-utils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fstrm-utils using yum by running the following command:

sudo yum -y install fstrm-utils

How To Uninstall fstrm-utils on Fedora 36

To uninstall only the fstrm-utils package we can use the following command:

sudo dnf remove fstrm-utils

fstrm-utils Package Contents on Fedora 36

/usr/bin/fstrm_capture
/usr/bin/fstrm_dump
/usr/bin/fstrm_replay
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/6f8b359c01c3c289a258deece77c1c996f64ad
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/68ffb35f937480fd21dd278b0296e8af718a8c
/usr/lib/.build-id/db
/usr/lib/.build-id/db/44162b6114f55ab6cdea77cf7e981a6d06937b
/usr/share/man/man1/fstrm_capture.1.gz
/usr/share/man/man1/fstrm_dump.1.gz
/usr/share/man/man1/fstrm_replay.1.gz

References

Summary

In this tutorial we learn how to install fstrm-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).