How to Install and Uninstall php-psr-http-message.noarch Package on Fedora 39

Last updated: October 02,2024

1. Install "php-psr-http-message.noarch" package

Please follow the steps below to install php-psr-http-message.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install php-psr-http-message.noarch

2. Uninstall "php-psr-http-message.noarch" package

This is a short guide on how to uninstall php-psr-http-message.noarch on Fedora 39:

$ sudo dnf remove php-psr-http-message.noarch $ sudo dnf autoremove

3. Information about the php-psr-http-message.noarch package on Fedora 39

Last metadata expiration check: 5:55:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-psr-http-message
Version : 1.1
Release : 2.fc39
Architecture : noarch
Size : 21 k
Source : php-psr-http-message-1.1-2.fc39.src.rpm
Repository : fedora
Summary : Common interface for HTTP messages (PSR-7)
URL : https://github.com/php-fig/http-message
License : MIT
Description : This package holds all interfaces/classes/traits related to PSR-7 [1].
:
: Note that this is not a HTTP message implementation of its own. It is merely an
: interface that describes a HTTP message. See the specification for more details.
:
: Autoloader: /usr/share/php/Psr/Http/Message/autoload.php
:
: [1] http://www.php-fig.org/psr/psr-7/