How To Install php-symfony3-web-server-bundle on Fedora 36

In this tutorial we learn how to install php-symfony3-web-server-bundle in Fedora 36. php-symfony3-web-server-bundle is Symfony WebServer Bundle (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-web-server-bundle on Fedora 36.

What is php-symfony3-web-server-bundle

Symfony WebServer Bundle (version 3). Autoloader

We can use yum or dnf to install php-symfony3-web-server-bundle on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony3-web-server-bundle.

Install php-symfony3-web-server-bundle 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-symfony3-web-server-bundle using dnf by running the following command:

sudo dnf -y install php-symfony3-web-server-bundle

Install php-symfony3-web-server-bundle 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-symfony3-web-server-bundle using yum by running the following command:

sudo yum -y install php-symfony3-web-server-bundle

How To Uninstall php-symfony3-web-server-bundle on Fedora 36

To uninstall only the php-symfony3-web-server-bundle package we can use the following command:

sudo dnf remove php-symfony3-web-server-bundle

php-symfony3-web-server-bundle Package Contents on Fedora 36

/usr/share/doc/php-symfony3-web-server-bundle
/usr/share/doc/php-symfony3-web-server-bundle/CHANGELOG.md
/usr/share/doc/php-symfony3-web-server-bundle/README.md
/usr/share/doc/php-symfony3-web-server-bundle/composer.json
/usr/share/licenses/php-symfony3-web-server-bundle
/usr/share/licenses/php-symfony3-web-server-bundle/LICENSE
/usr/share/php/Symfony3/Bundle/WebServerBundle
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerLogCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerRunCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerStartCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerStatusCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Command/ServerStopCommand.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/DependencyInjection
/usr/share/php/Symfony3/Bundle/WebServerBundle/DependencyInjection/WebServerExtension.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/Resources
/usr/share/php/Symfony3/Bundle/WebServerBundle/Resources/config
/usr/share/php/Symfony3/Bundle/WebServerBundle/Resources/config/webserver.xml
/usr/share/php/Symfony3/Bundle/WebServerBundle/Resources/router.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/WebServer.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/WebServerBundle.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/WebServerConfig.php
/usr/share/php/Symfony3/Bundle/WebServerBundle/autoload.php

References

Summary

In this tutorial we learn how to install php-symfony3-web-server-bundle on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).