How to Install and Uninstall fstrm.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "fstrm.x86_64" package

Please follow the guidance below to install fstrm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install fstrm.x86_64

2. Uninstall "fstrm.x86_64" package

Please follow the guidelines below to uninstall fstrm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove fstrm.x86_64 $ sudo dnf autoremove

3. Information about the fstrm.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:37:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : fstrm
Version : 0.6.1
Release : 3.el9
Architecture : x86_64
Size : 30 k
Source : fstrm-0.6.1-3.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.