How To Install php-deepdiver-zipstreamer on Fedora 36

In this tutorial we learn how to install php-deepdiver-zipstreamer in Fedora 36. php-deepdiver-zipstreamer is Stream zip files without i/o overhead

Introduction

In this tutorial we learn how to install php-deepdiver-zipstreamer on Fedora 36.

What is php-deepdiver-zipstreamer

Simple Class to create zip files on the fly and stream directly to the HTTP client as the content is added (without using temporary files). Autoloader

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

Install php-deepdiver-zipstreamer 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 php-deepdiver-zipstreamer using dnf by running the following command:

sudo dnf -y install php-deepdiver-zipstreamer

Install php-deepdiver-zipstreamer 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 php-deepdiver-zipstreamer using yum by running the following command:

sudo yum -y install php-deepdiver-zipstreamer

How To Uninstall php-deepdiver-zipstreamer on Fedora 36

To uninstall only the php-deepdiver-zipstreamer package we can use the following command:

sudo dnf remove php-deepdiver-zipstreamer

php-deepdiver-zipstreamer Package Contents on Fedora 36

/usr/share/doc/php-deepdiver-zipstreamer
/usr/share/doc/php-deepdiver-zipstreamer/MANUAL.md
/usr/share/doc/php-deepdiver-zipstreamer/README.md
/usr/share/doc/php-deepdiver-zipstreamer/composer.json
/usr/share/licenses/php-deepdiver-zipstreamer
/usr/share/licenses/php-deepdiver-zipstreamer/COPYING
/usr/share/php/ZipStreamer
/usr/share/php/ZipStreamer/COMPR.php
/usr/share/php/ZipStreamer/Count64.php
/usr/share/php/ZipStreamer/Lib
/usr/share/php/ZipStreamer/Lib/Count64Base.php
/usr/share/php/ZipStreamer/Lib/Count64_32.php
/usr/share/php/ZipStreamer/Lib/Count64_64.php
/usr/share/php/ZipStreamer/ZipStreamer.php
/usr/share/php/ZipStreamer/autoload.php

References

Summary

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