How To Install php-symfony-psr-http-message-bridge on Fedora 36
Introduction
In this tutorial we learn how to install php-symfony-psr-http-message-bridge
on Fedora 36.
What is php-symfony-psr-http-message-bridge
Provides integration for PSR7. Autoloader
We can use yum
or dnf
to install php-symfony-psr-http-message-bridge
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony-psr-http-message-bridge.
Install php-symfony-psr-http-message-bridge on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install php-symfony-psr-http-message-bridge
using dnf
by running the following command:
sudo dnf -y install php-symfony-psr-http-message-bridge
Install php-symfony-psr-http-message-bridge on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install php-symfony-psr-http-message-bridge
using yum
by running the following command:
sudo yum -y install php-symfony-psr-http-message-bridge
How To Uninstall php-symfony-psr-http-message-bridge on Fedora 36
To uninstall only the php-symfony-psr-http-message-bridge
package we can use the following command:
sudo dnf remove php-symfony-psr-http-message-bridge
php-symfony-psr-http-message-bridge Package Contents on Fedora 36
/usr/share/doc/php-symfony-psr-http-message-bridge
/usr/share/doc/php-symfony-psr-http-message-bridge/CHANGELOG.md
/usr/share/doc/php-symfony-psr-http-message-bridge/README.md
/usr/share/doc/php-symfony-psr-http-message-bridge/composer.json
/usr/share/licenses/php-symfony-psr-http-message-bridge
/usr/share/licenses/php-symfony-psr-http-message-bridge/LICENSE
/usr/share/php/Symfony/Bridge/PsrHttpMessage
/usr/share/php/Symfony/Bridge/PsrHttpMessage/Factory
/usr/share/php/Symfony/Bridge/PsrHttpMessage/Factory/DiactorosFactory.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/HttpFoundationFactoryInterface.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/HttpMessageFactoryInterface.php
/usr/share/php/Symfony/Bridge/PsrHttpMessage/autoload.php
References
Summary
In this tutorial we learn how to install php-symfony-psr-http-message-bridge
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).