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

Last updated: October 07,2024

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

This guide covers the steps necessary to install php-guzzlehttp-ringphp.noarch on Fedora 35

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

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

This is a short guide on how to uninstall php-guzzlehttp-ringphp.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:56:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-guzzlehttp-ringphp
Version : 1.1.1
Release : 8.fc35
Architecture : noarch
Size : 29 k
Source : php-guzzlehttp-ringphp-1.1.1-8.fc35.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