How to Install and Uninstall php-pear-HTTP-Request2.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "php-pear-HTTP-Request2.noarch" package

Please follow the step by step instructions below to install php-pear-HTTP-Request2.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-pear-HTTP-Request2.noarch

2. Uninstall "php-pear-HTTP-Request2.noarch" package

This guide let you learn how to uninstall php-pear-HTTP-Request2.noarch on Fedora 36:

$ sudo dnf remove php-pear-HTTP-Request2.noarch $ sudo dnf autoremove

3. Information about the php-pear-HTTP-Request2.noarch package on Fedora 36

Last metadata expiration check: 3:23:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-pear-HTTP-Request2
Version : 2.5.1
Release : 2.fc36
Architecture : noarch
Size : 126 k
Source : php-pear-HTTP-Request2-2.5.1-2.fc36.src.rpm
Repository : fedora
Summary : Provides an easy way to perform HTTP requests
URL : http://pear.php.net/package/HTTP_Request2
License : BSD
Description : PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
: Adapters. Currently available are:
: * Socket adapter, based on old HTTP_Request code,
: * Curl adapter, wraps around PHP's cURL extension,
: * Mock adapter, to use for testing packages dependent on HTTP_Request2.
: Supports POST requests with data and file uploads, basic and digest
: authentication, cookies, proxies, gzip and deflate encodings, monitoring
: the request progress with Observers...