How to Install and Uninstall php-pecl-http Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "php-pecl-http" package

Here is a brief guide to show you how to install php-pecl-http on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-pecl-http

2. Uninstall "php-pecl-http" package

Please follow the steps below to uninstall php-pecl-http on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-pecl-http $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-pecl-http package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-pecl-http
Priority: optional
Section: universe/web
Installed-Size: 443
Maintainer: Ubuntu Developers
Original-Maintainer: Facundo Guerrero
Architecture: amd64
Version: 3.0.1-0ubuntu5
Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), zlib1g (>= 1:1.2.0), php-common (>= 1:7.0+33~), phpapi-20151012, php-raphf (>= 2.0.0), php-propro (>= 2.0.0)
Filename: pool/universe/p/php-pecl-http/php-pecl-http_3.0.1-0ubuntu5_amd64.deb
Size: 135542
MD5sum: 24ca20d2dae9399e624e32a48684a26f
SHA1: bd9a6016c4b92bff91aa436c6f2cc81ec7aa1092
SHA256: e8c70bc0b25cc24031dbe3f290468e053be792a21d1519cf65ce0c8ad57b64be
Description-en: pecl_http module for PHP 5 Extended HTTP Support
Extended HTTP Support
This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.
.
It eases handling of HTTP urls, headers and messages, provides
means for negotiation of a client's preferred content type,
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.
.
It provides powerful request functionality with support for
parallel requests.
.
Documentation:
https://mdref.m6w6.name/http
.
Code Coverage:
http://dev.iworks.at/ext-http/lcov/ext/http/
Description-md5: 4d3551b2934ac6e71b0dee38ab037ee5
Homepage: http://pecl.php.net/package/pecl_http
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu