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

Last updated: May 19,2024

1. Install "zfstream.i686" package

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

$ sudo dnf update $ sudo dnf install zfstream.i686

2. Uninstall "zfstream.i686" package

Please follow the steps below to uninstall zfstream.i686 on Fedora 36:

$ sudo dnf remove zfstream.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:48:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : zfstream
Version : 20041202
Release : 34.fc36
Architecture : i686
Size : 22 k
Source : zfstream-20041202-34.fc36.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.