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

Last updated: May 18,2024

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

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

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

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

This guide covers the steps necessary to uninstall php-sabre-http5.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:22:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-sabre-http5
Version : 5.1.3
Release : 1.fc34
Architecture : noarch
Size : 40 k
Source : php-sabre-http5-5.1.3-1.fc34.src.rpm
Repository : updates
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