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

Last updated: October 04,2024

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

Please follow the steps below to install php-react-stream.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall php-react-stream.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:46:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-react-stream
Version : 1.1.1
Release : 4.fc34
Architecture : noarch
Size : 30 k
Source : php-react-stream-1.1.1-4.fc34.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