How to Install and Uninstall php-guzzlehttp-ringphp.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "php-guzzlehttp-ringphp.noarch" package

Learn how to install php-guzzlehttp-ringphp.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-guzzlehttp-ringphp.noarch

2. Uninstall "php-guzzlehttp-ringphp.noarch" package

Please follow the guidelines below to uninstall php-guzzlehttp-ringphp.noarch on Fedora 34:

$ sudo dnf remove php-guzzlehttp-ringphp.noarch $ sudo dnf autoremove

3. Information about the php-guzzlehttp-ringphp.noarch package on Fedora 34

Last metadata expiration check: 4:56:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-guzzlehttp-ringphp
Version : 1.1.1
Release : 6.fc34
Architecture : noarch
Size : 29 k
Source : php-guzzlehttp-ringphp-1.1.1-6.fc34.src.rpm
Repository : fedora
Summary : Simple handler system used to power clients and servers in PHP
URL : http://ringphp.readthedocs.org
License : MIT
Description : Provides low level APIs used to power HTTP clients and servers through a simple,
: PHP callable that accepts a request hash and returns a future response hash.
: RingPHP supports both synchronous and asynchronous workflows by utilizing both
: futures and promises [1].
:
: RingPHP is inspired by Clojure's Ring [2], but has been modified to accommodate
: clients and servers for both blocking and non-blocking requests.
:
: [1] https://github.com/reactphp/promise
: [2] https://github.com/ring-clojure/ring