How to Install and Uninstall php-sabre-http5.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "php-sabre-http5.noarch" package

This guide covers the steps necessary to install php-sabre-http5.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-sabre-http5.noarch

2. Uninstall "php-sabre-http5.noarch" package

Please follow the step by step instructions below to uninstall php-sabre-http5.noarch on Fedora 36:

$ sudo dnf remove php-sabre-http5.noarch $ sudo dnf autoremove

3. Information about the php-sabre-http5.noarch package on Fedora 36

Last metadata expiration check: 2:50:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-sabre-http5
Version : 5.1.6
Release : 1.fc36.remi
Architecture : noarch
Size : 39 k
Source : php-sabre-http5-5.1.6-1.fc36.remi.src.rpm
Repository : remi
Summary : Library for dealing with http requests and responses
URL : https://github.com/sabre-io/http
License : BSD
Description : This library provides a toolkit to make working with the HTTP protocol easier.
:
: Most PHP scripts run within a HTTP request but accessing information about
: the HTTP request is cumbersome at least, mainly do to superglobals and the
: CGI standard.
:
: There's bad practices, inconsistencies and confusion.
: This library is effectively a wrapper around the following PHP constructs:
:
: For Input:
: $_GET
: $_POST
: $_SERVER
: php://input or $HTTP_RAW_POST_DATA.
:
: For output:
: php://output or echo.
: header()
:
: What this library provides, is a Request object, and a Response object.
: The objects are extendable and easily mockable.
:
: Autoloader: /usr/share/php/Sabre/HTTP5/autoload.php