How to Install and Uninstall php-guzzlehttp-guzzle Package on Kali Linux

Last updated: May 20,2024

1. Install "php-guzzlehttp-guzzle" package

Please follow the steps below to install php-guzzlehttp-guzzle on Kali Linux

$ sudo apt update $ sudo apt install php-guzzlehttp-guzzle

2. Uninstall "php-guzzlehttp-guzzle" package

This guide let you learn how to uninstall php-guzzlehttp-guzzle on Kali Linux:

$ sudo apt remove php-guzzlehttp-guzzle $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-guzzlehttp-guzzle package on Kali Linux

Package: php-guzzlehttp-guzzle
Source: guzzle
Version: 7.4.5-1
Installed-Size: 282
Maintainer: Katharina Drexel
Architecture: all
Provides: php-psr-http-client-implementation (= 1.0)
Depends: php-common, php-json, php-guzzlehttp-promises (>= 1.5), php-guzzlehttp-promises (<< 2~~), php-guzzlehttp-psr7, php-psr-http-client (>= 1.0), php-psr-http-client (<< 2~~), php-symfony-deprecation-contracts
Suggests: php-curl, php-intl, php-psr-log
Size: 72744
SHA256: 9d9bf1da6497cc3d6b3b1b28093a9ffd13621f6e2854ffd4f2d07d54fc836a06
SHA1: b7594d12107837afab8fb8d9365d9c2639d88c11
MD5sum: aa8ddea14b1592bccbb58940d7c3d311
Description: Guzzle is a PHP HTTP client library
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.
* Supports PSR-18 allowing interoperability between other PSR-18 HTTP Clients.
* 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.
Description-md5:
Homepage: https://github.com/guzzle/guzzle
Section: php
Priority: optional
Filename: pool/main/g/guzzle/php-guzzlehttp-guzzle_7.4.5-1_all.deb