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

Last updated: October 05,2024

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

This is a short guide on how to install php-pear-HTTP-Request2.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall php-pear-HTTP-Request2.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:11:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-pear-HTTP-Request2
Version : 2.5.1
Release : 1.fc35.remi
Architecture : noarch
Size : 126 k
Source : php-pear-HTTP-Request2-2.5.1-1.fc35.remi.src.rpm
Repository : remi
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...