How To Install php-icewind-streams on Fedora 36

In this tutorial we learn how to install php-icewind-streams in Fedora 36. php-icewind-streams is A set of generic stream wrappers

Introduction

In this tutorial we learn how to install php-icewind-streams on Fedora 36.

What is php-icewind-streams

Generic stream wrappers for php. Autoloader

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

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

sudo dnf -y install php-icewind-streams

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

sudo yum -y install php-icewind-streams

How To Uninstall php-icewind-streams on Fedora 36

To uninstall only the php-icewind-streams package we can use the following command:

sudo dnf remove php-icewind-streams

php-icewind-streams Package Contents on Fedora 36

/usr/share/doc/php-icewind-streams
/usr/share/doc/php-icewind-streams/README.md
/usr/share/doc/php-icewind-streams/composer.json
/usr/share/licenses/php-icewind-streams
/usr/share/licenses/php-icewind-streams/LICENCE
/usr/share/php/Icewind
/usr/share/php/Icewind/Streams
/usr/share/php/Icewind/Streams/CallbackWrapper.php
/usr/share/php/Icewind/Streams/CountWrapper.php
/usr/share/php/Icewind/Streams/Directory.php
/usr/share/php/Icewind/Streams/DirectoryFilter.php
/usr/share/php/Icewind/Streams/DirectoryWrapper.php
/usr/share/php/Icewind/Streams/File.php
/usr/share/php/Icewind/Streams/HashWrapper.php
/usr/share/php/Icewind/Streams/IteratorDirectory.php
/usr/share/php/Icewind/Streams/NullWrapper.php
/usr/share/php/Icewind/Streams/Path.php
/usr/share/php/Icewind/Streams/PathWrapper.php
/usr/share/php/Icewind/Streams/ReadHashWrapper.php
/usr/share/php/Icewind/Streams/RetryWrapper.php
/usr/share/php/Icewind/Streams/SeekableWrapper.php
/usr/share/php/Icewind/Streams/Url.php
/usr/share/php/Icewind/Streams/UrlCallback.php
/usr/share/php/Icewind/Streams/Wrapper.php
/usr/share/php/Icewind/Streams/WrapperHandler.php
/usr/share/php/Icewind/Streams/WriteHashWrapper.php
/usr/share/php/Icewind/Streams/autoload.php

References

Summary

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