How to Install and Uninstall php-react-stream.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "php-react-stream.noarch" package

Here is a brief guide to show you how to install php-react-stream.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-react-stream.noarch

2. Uninstall "php-react-stream.noarch" package

Here is a brief guide to show you how to uninstall php-react-stream.noarch on Fedora 36:

$ sudo dnf remove php-react-stream.noarch $ sudo dnf autoremove

3. Information about the php-react-stream.noarch package on Fedora 36

Last metadata expiration check: 5:50:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-react-stream
Version : 1.2.0
Release : 3.fc36
Architecture : noarch
Size : 31 k
Source : php-react-stream-1.2.0-3.fc36.src.rpm
Repository : fedora
Summary : Basic readable and writable stream interfaces that support piping
URL : https://reactphp.org/stream/
License : MIT
Description : Basic readable and writable stream interfaces that support piping.
:
: In order to make the event loop easier to use, this component introduces the
: concept of streams. They are very similar to the streams found in PHP itself,
: but have an interface more suited for async I/O.
:
: Mainly it provides interfaces for readable and writable streams, plus a file
: descriptor based implementation with an in-memory write buffer.
:
: This component depends on événement, which is an implementation of the
: EventEmitter.
:
: Autoloader: /usr/share/php/React/Stream/autoload.php