How to Install and Uninstall zfstream.x86_64 Package on Fedora 38

Last updated: January 06,2025

1. Install "zfstream.x86_64" package

Learn how to install zfstream.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install zfstream.x86_64

2. Uninstall "zfstream.x86_64" package

This guide let you learn how to uninstall zfstream.x86_64 on Fedora 38:

$ sudo dnf remove zfstream.x86_64 $ sudo dnf autoremove

3. Information about the zfstream.x86_64 package on Fedora 38

Last metadata expiration check: 1:42:21 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : zfstream
Version : 20041202
Release : 37.fc38
Architecture : x86_64
Size : 21 k
Source : zfstream-20041202-37.fc38.src.rpm
Repository : fedora
Summary : Library for reading and writing compressed and non-compressed files
URL : http://www.wanderinghorse.net/computing/zfstream/
License : LGPLv2+
Description : zfstream is a small C++ library which provides an abstraction API for reading
: and writing compressed and non-compressed files using the same API. It supports
: libz and libbz2 compression schemes. The library is trivial to use and provides
: client applications with a unified interface for reading and writing files
: without having to know whether they are compressed or not.