How To Install php-react-promise-stream on Fedora 36
Introduction
In this tutorial we learn how to install php-react-promise-stream
on Fedora 36.
What is php-react-promise-stream
The missing link between Promise-land and Stream-land for ReactPHP [1]. Autoloader [1] https
We can use yum
or dnf
to install php-react-promise-stream
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-react-promise-stream.
Install php-react-promise-stream 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-react-promise-stream
using dnf
by running the following command:
sudo dnf -y install php-react-promise-stream
Install php-react-promise-stream 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-react-promise-stream
using yum
by running the following command:
sudo yum -y install php-react-promise-stream
How To Uninstall php-react-promise-stream on Fedora 36
To uninstall only the php-react-promise-stream
package we can use the following command:
sudo dnf remove php-react-promise-stream
php-react-promise-stream Package Contents on Fedora 36
/usr/share/doc/php-react-promise-stream
/usr/share/doc/php-react-promise-stream/CHANGELOG.md
/usr/share/doc/php-react-promise-stream/README.md
/usr/share/doc/php-react-promise-stream/composer.json
/usr/share/licenses/php-react-promise-stream
/usr/share/licenses/php-react-promise-stream/LICENSE
/usr/share/php/React/Promise/Stream
/usr/share/php/React/Promise/Stream/UnwrapReadableStream.php
/usr/share/php/React/Promise/Stream/UnwrapWritableStream.php
/usr/share/php/React/Promise/Stream/autoload.php
/usr/share/php/React/Promise/Stream/functions.php
/usr/share/php/React/Promise/Stream/functions_include.php
References
Summary
In this tutorial we learn how to install php-react-promise-stream
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).