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

Last updated: October 08,2024

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

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

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

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

Learn how to uninstall php-guzzlehttp-guzzle6.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:56:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-guzzlehttp-guzzle6
Version : 6.5.8
Release : 1.fc35.remi
Architecture : noarch
Size : 85 k
Source : php-guzzlehttp-guzzle6-6.5.8-1.fc35.remi.src.rpm
Repository : remi
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