How to Install and Uninstall php56-php-pecl-http.x86_64 Package on Oracle Linux 8

Last updated: May 21,2024

1. Install "php56-php-pecl-http.x86_64" package

Please follow the step by step instructions below to install php56-php-pecl-http.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install php56-php-pecl-http.x86_64

2. Uninstall "php56-php-pecl-http.x86_64" package

This tutorial shows how to uninstall php56-php-pecl-http.x86_64 on Oracle Linux 8:

$ sudo dnf remove php56-php-pecl-http.x86_64 $ sudo dnf autoremove

3. Information about the php56-php-pecl-http.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:47:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : php56-php-pecl-http
Version : 2.6.0
Release : 5.el8.remi
Architecture : x86_64
Size : 196 k
Source : php56-php-pecl-http-2.6.0-5.el8.remi.src.rpm
Repository : remi-safe
Summary : Extended HTTP support
URL : http://pecl.php.net/package/pecl_http
License : BSD
Description : The HTTP extension aims to provide a convenient and powerful set of
: functionality for major applications.
:
: The HTTP extension eases handling of HTTP URLs, dates, redirects, headers
: and messages in a HTTP context (both incoming and outgoing). It also provides
: means for client negotiation of preferred language and charset, as well as
: a convenient way to exchange arbitrary data with caching and resuming
: capabilities.
:
: Also provided is a powerful request and parallel interface.
:
: Version 2 is completely incompatible to previous version.
:
: Note:
: . php-pecl-http1 provides API version 1
: . php-pecl-http provides API version 2
:
: Documentation : http://devel-m6w6.rhcloud.com/mdref/http
:
: Package built for PHP 5.6 as Software Collection (php56 by remi).