How To Install php-symfony-routing on Fedora 36

In this tutorial we learn how to install php-symfony-routing in Fedora 36. php-symfony-routing is Symfony Routing Component

Introduction

In this tutorial we learn how to install php-symfony-routing on Fedora 36.

What is php-symfony-routing

The Routing Component maps an HTTP request to a set of configuration variables.

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

Install php-symfony-routing 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-routing using dnf by running the following command:

sudo dnf -y install php-symfony-routing

Install php-symfony-routing 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-routing using yum by running the following command:

sudo yum -y install php-symfony-routing

How To Uninstall php-symfony-routing on Fedora 36

To uninstall only the php-symfony-routing package we can use the following command:

sudo dnf remove php-symfony-routing

php-symfony-routing Package Contents on Fedora 36

/usr/share/doc/php-symfony-routing
/usr/share/doc/php-symfony-routing/CHANGELOG.md
/usr/share/doc/php-symfony-routing/README.md
/usr/share/doc/php-symfony-routing/composer.json
/usr/share/licenses/php-symfony-routing
/usr/share/licenses/php-symfony-routing/LICENSE
/usr/share/php/Symfony/Component/Routing
/usr/share/php/Symfony/Component/Routing/Annotation
/usr/share/php/Symfony/Component/Routing/Annotation/Route.php
/usr/share/php/Symfony/Component/Routing/CompiledRoute.php
/usr/share/php/Symfony/Component/Routing/Exception
/usr/share/php/Symfony/Component/Routing/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Component/Routing/Exception/InvalidParameterException.php
/usr/share/php/Symfony/Component/Routing/Exception/MethodNotAllowedException.php
/usr/share/php/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
/usr/share/php/Symfony/Component/Routing/Exception/ResourceNotFoundException.php
/usr/share/php/Symfony/Component/Routing/Exception/RouteNotFoundException.php
/usr/share/php/Symfony/Component/Routing/Generator
/usr/share/php/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php
/usr/share/php/Symfony/Component/Routing/Generator/Dumper
/usr/share/php/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php
/usr/share/php/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php
/usr/share/php/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
/usr/share/php/Symfony/Component/Routing/Generator/UrlGenerator.php
/usr/share/php/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
/usr/share/php/Symfony/Component/Routing/Loader
/usr/share/php/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/AnnotationFileLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/ClosureLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/DependencyInjection
/usr/share/php/Symfony/Component/Routing/Loader/DependencyInjection/ServiceRouterLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/DirectoryLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/ObjectRouteLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/PhpFileLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/XmlFileLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/YamlFileLoader.php
/usr/share/php/Symfony/Component/Routing/Loader/schema
/usr/share/php/Symfony/Component/Routing/Loader/schema/routing
/usr/share/php/Symfony/Component/Routing/Loader/schema/routing/routing-1.0.xsd
/usr/share/php/Symfony/Component/Routing/Matcher
/usr/share/php/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php
/usr/share/php/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
/usr/share/php/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php
/usr/share/php/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php
/usr/share/php/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
/usr/share/php/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php
/usr/share/php/Symfony/Component/Routing/Matcher/UrlMatcher.php
/usr/share/php/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
/usr/share/php/Symfony/Component/Routing/RequestContext.php
/usr/share/php/Symfony/Component/Routing/RequestContextAwareInterface.php
/usr/share/php/Symfony/Component/Routing/Route.php
/usr/share/php/Symfony/Component/Routing/RouteCollection.php
/usr/share/php/Symfony/Component/Routing/RouteCollectionBuilder.php
/usr/share/php/Symfony/Component/Routing/RouteCompiler.php
/usr/share/php/Symfony/Component/Routing/RouteCompilerInterface.php
/usr/share/php/Symfony/Component/Routing/Router.php
/usr/share/php/Symfony/Component/Routing/RouterInterface.php
/usr/share/php/Symfony/Component/Routing/autoload.php
/usr/share/php/Symfony/Component/Routing/autoloader.php

References

Summary

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