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

Last updated: October 05,2024

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

Please follow the steps below to install php-guzzlehttp-guzzle.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall php-guzzlehttp-guzzle.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:56:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-guzzlehttp-guzzle
Version : 5.3.4
Release : 4.fc34
Architecture : noarch
Size : 98 k
Source : php-guzzlehttp-guzzle-5.3.4-4.fc34.src.rpm
Repository : fedora
Summary : PHP HTTP client and webservice framework
URL : http://guzzlephp.org
License : MIT
Description : Guzzle is a PHP HTTP client that makes it easy to work with HTTP/1.1 and takes
: the pain out of consuming web services.
:
: * Pluggable HTTP adapters that can send requests serially or in parallel
: * Doesn't require cURL, but uses cURL by default
: * Streams data for both uploads and downloads
: * Provides event hooks & plugins for cookies, caching, logging, OAuth, mocks,
: etc
: * Keep-Alive & connection pooling
: * SSL Verification
: * Automatic decompression of response bodies
: * Streaming multipart file uploads
: * Connection timeouts
:
: Autoloader: /usr/share/php/GuzzleHttp/autoload.php