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

Last updated: November 29,2024

1. Install "zfstream.i686" package

Please follow the steps below to install zfstream.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install zfstream.i686

2. Uninstall "zfstream.i686" package

Learn how to uninstall zfstream.i686 on Fedora 38:

$ sudo dnf remove zfstream.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:34:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : zfstream
Version : 20041202
Release : 37.fc38
Architecture : i686
Size : 22 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.