How to Install and Uninstall fstrm.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "fstrm.i686" package

This is a short guide on how to install fstrm.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install fstrm.i686

2. Uninstall "fstrm.i686" package

Here is a brief guide to show you how to uninstall fstrm.i686 on Fedora 36:

$ sudo dnf remove fstrm.i686 $ sudo dnf autoremove

3. Information about the fstrm.i686 package on Fedora 36

Last metadata expiration check: 1:27:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fstrm
Version : 0.6.1
Release : 4.fc36
Architecture : i686
Size : 29 k
Source : fstrm-0.6.1-4.fc36.src.rpm
Repository : fedora
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.