How to Install and Uninstall php71-php-pecl-request.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "php71-php-pecl-request.x86_64" package

Here is a brief guide to show you how to install php71-php-pecl-request.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install php71-php-pecl-request.x86_64

2. Uninstall "php71-php-pecl-request.x86_64" package

Please follow the guidance below to uninstall php71-php-pecl-request.x86_64 on CentOS Stream 8:

$ sudo dnf remove php71-php-pecl-request.x86_64 $ sudo dnf autoremove

3. Information about the php71-php-pecl-request.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:34:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : php71-php-pecl-request
Version : 1.0.0
Release : 0.9.b2.el8.remi
Architecture : x86_64
Size : 47 k
Source : php71-php-pecl-request-1.0.0-0.9.b2.el8.remi.src.rpm
Repository : remi-safe
Summary : Server-side request and response objects
URL : http://pecl.php.net/package/request
License : PHP
Description : This extension provides server-side request and response objects for PHP.
: These are *not* HTTP message objects proper. They are more like wrappers
: for existing global PHP variables and functions, with some limited
: additional convenience functionality.
:
: This extension defines two classes in the global namespace:
:
: - ServerRequest, composed of read-only copies of PHP superglobals and some
: other commonly-used values, with methods for adding application-specific
: request information in immutable fashion.
:
: - ServerResponse, essentially a wrapper around (and buffer for) response-
: related PHP functions, with some additional convenience methods, and self-
: sending capability.
:
: Documentation: https://gitlab.com/pmjones/phprequest
:
: Package built for PHP 7.1 as Software Collection (php71 by remi).