How to Install and Uninstall fstrm.src Package on Oracle Linux 9
Last updated: November 27,2024
1. Install "fstrm.src" package
This guide let you learn how to install fstrm.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
fstrm.src
Copied
2. Uninstall "fstrm.src" package
This tutorial shows how to uninstall fstrm.src on Oracle Linux 9:
$
sudo dnf remove
fstrm.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the fstrm.src package on Oracle Linux 9
Last metadata expiration check: 3:21:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fstrm
Version : 0.6.1
Release : 3.el9
Architecture : src
Size : 481 k
Source : None
Repository : ol9_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.
Available Packages
Name : fstrm
Version : 0.6.1
Release : 3.el9
Architecture : src
Size : 481 k
Source : None
Repository : ol9_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.