How To Install php-guzzlehttp-streams on Fedora 36
Introduction
In this tutorial we learn how to install php-guzzlehttp-streams
on Fedora 36.
What is php-guzzlehttp-streams
Provides a simple abstraction over streams of data. Autoloader
We can use yum
or dnf
to install php-guzzlehttp-streams
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-guzzlehttp-streams.
Install php-guzzlehttp-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-guzzlehttp-streams
using dnf
by running the following command:
sudo dnf -y install php-guzzlehttp-streams
Install php-guzzlehttp-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-guzzlehttp-streams
using yum
by running the following command:
sudo yum -y install php-guzzlehttp-streams
How To Uninstall php-guzzlehttp-streams on Fedora 36
To uninstall only the php-guzzlehttp-streams
package we can use the following command:
sudo dnf remove php-guzzlehttp-streams
php-guzzlehttp-streams Package Contents on Fedora 36
/usr/share/doc/php-guzzlehttp-streams
/usr/share/doc/php-guzzlehttp-streams/CHANGELOG.rst
/usr/share/doc/php-guzzlehttp-streams/README.rst
/usr/share/doc/php-guzzlehttp-streams/composer.json
/usr/share/licenses/php-guzzlehttp-streams
/usr/share/licenses/php-guzzlehttp-streams/LICENSE
/usr/share/php/GuzzleHttp
/usr/share/php/GuzzleHttp/Stream
/usr/share/php/GuzzleHttp/Stream/AppendStream.php
/usr/share/php/GuzzleHttp/Stream/AsyncReadStream.php
/usr/share/php/GuzzleHttp/Stream/BufferStream.php
/usr/share/php/GuzzleHttp/Stream/CachingStream.php
/usr/share/php/GuzzleHttp/Stream/DroppingStream.php
/usr/share/php/GuzzleHttp/Stream/Exception
/usr/share/php/GuzzleHttp/Stream/Exception/CannotAttachException.php
/usr/share/php/GuzzleHttp/Stream/Exception/SeekException.php
/usr/share/php/GuzzleHttp/Stream/FnStream.php
/usr/share/php/GuzzleHttp/Stream/GuzzleStreamWrapper.php
/usr/share/php/GuzzleHttp/Stream/InflateStream.php
/usr/share/php/GuzzleHttp/Stream/LazyOpenStream.php
/usr/share/php/GuzzleHttp/Stream/LimitStream.php
/usr/share/php/GuzzleHttp/Stream/MetadataStreamInterface.php
/usr/share/php/GuzzleHttp/Stream/NoSeekStream.php
/usr/share/php/GuzzleHttp/Stream/NullStream.php
/usr/share/php/GuzzleHttp/Stream/PumpStream.php
/usr/share/php/GuzzleHttp/Stream/Stream.php
/usr/share/php/GuzzleHttp/Stream/StreamDecoratorTrait.php
/usr/share/php/GuzzleHttp/Stream/StreamInterface.php
/usr/share/php/GuzzleHttp/Stream/Utils.php
/usr/share/php/GuzzleHttp/Stream/autoload.php
References
Summary
In this tutorial we learn how to install php-guzzlehttp-streams
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).