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

Last updated: May 02,2024

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

This is a short guide on how to install php-guzzlehttp-guzzle6.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 5:59:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-guzzlehttp-guzzle6
Version : 6.5.2
Release : 4.fc34
Architecture : noarch
Size : 85 k
Source : php-guzzlehttp-guzzle6-6.5.2-4.fc34.src.rpm
Repository : fedora
Summary : PHP HTTP client library
URL : http://guzzlephp.org
License : MIT
Description : Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial
: to integrate with web services.
:
: * Simple interface for building query strings, POST requests, streaming large
: uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
: etc...
: * Can send both synchronous and asynchronous requests using the same interface.
: * Uses PSR-7 interfaces for requests, responses, and streams. This allows you
: to utilize other PSR-7 compatible libraries with Guzzle.
: * Abstracts away the underlying HTTP transport, allowing you to write
: environment and transport agnostic code; i.e., no hard dependency on cURL,
: PHP streams, sockets, or non-blocking event loops.
: * Middleware system allows you to augment and compose client behavior.
:
: Autoloader: /usr/share/php/GuzzleHttp6/autoload.php