How To Install zfstream on Fedora 36

In this tutorial we learn how to install zfstream in Fedora 36. zfstream is Library for reading and writing compressed and non-compressed files

Introduction

In this tutorial we learn how to install zfstream on Fedora 36.

What is zfstream

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.

We can use yum or dnf to install zfstream on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zfstream.

Install zfstream on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zfstream using dnf by running the following command:

sudo dnf -y install zfstream

Install zfstream on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zfstream using yum by running the following command:

sudo yum -y install zfstream

How To Uninstall zfstream on Fedora 36

To uninstall only the zfstream package we can use the following command:

sudo dnf remove zfstream

zfstream Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/06964134589336601b01235cbb2a642c76e10d
/usr/lib/libzfstream.so.0
/usr/lib/libzfstream.so.0.0.0

References

Summary

In this tutorial we learn how to install zfstream on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install zfstream on Fedora 36” linkTitle: “zfstream” type: “docs” description: “In this tutorial we learn how to install zfstream in Fedora 36. zfstream is Library for reading and writing compressed and non-compressed files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zfstream-featured.png

Introduction

In this tutorial we learn how to install zfstream on Fedora 36.

What is zfstream

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.

We can use yum or dnf to install zfstream on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zfstream.

Install zfstream on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zfstream using dnf by running the following command:

sudo dnf -y install zfstream

Install zfstream on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zfstream using yum by running the following command:

sudo yum -y install zfstream

How To Uninstall zfstream on Fedora 36

To uninstall only the zfstream package we can use the following command:

sudo dnf remove zfstream

zfstream Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/30d05d3afb49075f8683b88fb3aa7218c23508
/usr/lib64/libzfstream.so.0
/usr/lib64/libzfstream.so.0.0.0

References

Summary

In this tutorial we learn how to install zfstream on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).