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

Last updated: October 05,2024

1. Install "zfstream.x86_64" package

Please follow the guidance below to install zfstream.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install zfstream.x86_64

2. Uninstall "zfstream.x86_64" package

Please follow the guidelines below to uninstall zfstream.x86_64 on Fedora 34:

$ sudo dnf remove zfstream.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:18:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zfstream
Version : 20041202
Release : 32.fc34
Architecture : x86_64
Size : 21 k
Source : zfstream-20041202-32.fc34.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.