How to Install and Uninstall zfstream.i686 Package on Fedora 39

Last updated: January 11,2025

1. Install "zfstream.i686" package

Please follow the guidance below to install zfstream.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install zfstream.i686

2. Uninstall "zfstream.i686" package

Please follow the guidance below to uninstall zfstream.i686 on Fedora 39:

$ sudo dnf remove zfstream.i686 $ sudo dnf autoremove

3. Information about the zfstream.i686 package on Fedora 39

Last metadata expiration check: 5:56:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : zfstream
Version : 20041202
Release : 38.fc39
Architecture : i686
Size : 22 k
Source : zfstream-20041202-38.fc39.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.