How To Install php-SymfonyCmfRouting on Fedora 36
Introduction
In this tutorial we learn how to install php-SymfonyCmfRouting on Fedora 36.
What is php-SymfonyCmfRouting
The Symfony CMF Routing component extends the Symfony2 core routing component. It provides * A ChainRouter to run several routers in parallel * A DynamicRouter that can load routes from any database and can generate additional information in the route match Even though it has Symfony in its name, the Routing component does not need the full Symfony2 Framework and can be used in standalone projects. Autoloader
We can use yum or dnf to install php-SymfonyCmfRouting on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-SymfonyCmfRouting.
Install php-SymfonyCmfRouting 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-SymfonyCmfRouting using dnf by running the following command:
sudo dnf -y install php-SymfonyCmfRouting
Install php-SymfonyCmfRouting 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-SymfonyCmfRouting using yum by running the following command:
sudo yum -y install php-SymfonyCmfRouting
How To Uninstall php-SymfonyCmfRouting on Fedora 36
To uninstall only the php-SymfonyCmfRouting package we can use the following command:
sudo dnf remove php-SymfonyCmfRouting
php-SymfonyCmfRouting Package Contents on Fedora 36
/usr/share/doc/php-SymfonyCmfRouting
/usr/share/doc/php-SymfonyCmfRouting/CHANGELOG.md
/usr/share/doc/php-SymfonyCmfRouting/README.md
/usr/share/doc/php-SymfonyCmfRouting/composer.json
/usr/share/licenses/php-SymfonyCmfRouting
/usr/share/licenses/php-SymfonyCmfRouting/LICENSE
/usr/share/php/Symfony/Cmf
/usr/share/php/Symfony/Cmf/Component
/usr/share/php/Symfony/Cmf/Component/Routing
/usr/share/php/Symfony/Cmf/Component/Routing/Candidates
/usr/share/php/Symfony/Cmf/Component/Routing/Candidates/Candidates.php
/usr/share/php/Symfony/Cmf/Component/Routing/Candidates/CandidatesInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/ChainRouteCollection.php
/usr/share/php/Symfony/Cmf/Component/Routing/ChainRouter.php
/usr/share/php/Symfony/Cmf/Component/Routing/ChainRouterInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php
/usr/share/php/Symfony/Cmf/Component/Routing/ContentRepositoryInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/DependencyInjection
/usr/share/php/Symfony/Cmf/Component/Routing/DependencyInjection/Compiler
/usr/share/php/Symfony/Cmf/Component/Routing/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php
/usr/share/php/Symfony/Cmf/Component/Routing/DependencyInjection/Compiler/RegisterRoutersPass.php
/usr/share/php/Symfony/Cmf/Component/Routing/DynamicRouter.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/ContentRepositoryEnhancer.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php
/usr/share/php/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/Event
/usr/share/php/Symfony/Cmf/Component/Routing/Event/Events.php
/usr/share/php/Symfony/Cmf/Component/Routing/Event/RouterGenerateEvent.php
/usr/share/php/Symfony/Cmf/Component/Routing/Event/RouterMatchEvent.php
/usr/share/php/Symfony/Cmf/Component/Routing/LazyRouteCollection.php
/usr/share/php/Symfony/Cmf/Component/Routing/NestedMatcher
/usr/share/php/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php
/usr/share/php/Symfony/Cmf/Component/Routing/NestedMatcher/RouteFilterInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php
/usr/share/php/Symfony/Cmf/Component/Routing/PagedRouteCollection.php
/usr/share/php/Symfony/Cmf/Component/Routing/PagedRouteProviderInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php
/usr/share/php/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/RouteObjectInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/RouteProviderInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/RouteReferrersInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/RouteReferrersReadInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/VersatileGeneratorInterface.php
/usr/share/php/Symfony/Cmf/Component/Routing/autoload.php
References
Summary
In this tutorial we learn how to install php-SymfonyCmfRouting on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).