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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install php-sabre-http5.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 2:47:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-sabre-http5
Version : 5.1.6
Release : 1.fc35.remi
Architecture : noarch
Size : 39 k
Source : php-sabre-http5-5.1.6-1.fc35.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