How To Install php-symfony-dependency-injection on Fedora 36

In this tutorial we learn how to install php-symfony-dependency-injection in Fedora 36. php-symfony-dependency-injection is Symfony DependencyInjection Component

Introduction

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

What is php-symfony-dependency-injection

The Dependency Injection component allows you to standardize and centralize the way objects are constructed in your application. Optional * Symfony ProxyManager Bridge (php-symfony-proxy-manager-bridge) Generate service proxies to lazy load them.

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

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

sudo dnf -y install php-symfony-dependency-injection

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

sudo yum -y install php-symfony-dependency-injection

How To Uninstall php-symfony-dependency-injection on Fedora 36

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

sudo dnf remove php-symfony-dependency-injection

php-symfony-dependency-injection Package Contents on Fedora 36

/usr/share/doc/php-symfony-dependency-injection
/usr/share/doc/php-symfony-dependency-injection/CHANGELOG.md
/usr/share/doc/php-symfony-dependency-injection/README.md
/usr/share/doc/php-symfony-dependency-injection/composer.json
/usr/share/licenses/php-symfony-dependency-injection
/usr/share/licenses/php-symfony-dependency-injection/LICENSE
/usr/share/php/Symfony/Component/DependencyInjection
/usr/share/php/Symfony/Component/DependencyInjection/Alias.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/Compiler.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
/usr/share/php/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
/usr/share/php/Symfony/Component/DependencyInjection/Container.php
/usr/share/php/Symfony/Component/DependencyInjection/ContainerAware.php
/usr/share/php/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/ContainerAwareTrait.php
/usr/share/php/Symfony/Component/DependencyInjection/ContainerBuilder.php
/usr/share/php/Symfony/Component/DependencyInjection/ContainerInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Definition.php
/usr/share/php/Symfony/Component/DependencyInjection/DefinitionDecorator.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/Dumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception
/usr/share/php/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/LogicException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php
/usr/share/php/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php
/usr/share/php/Symfony/Component/DependencyInjection/ExpressionLanguage.php
/usr/share/php/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
/usr/share/php/Symfony/Component/DependencyInjection/Extension
/usr/share/php/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Extension/Extension.php
/usr/share/php/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/Instantiator
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader
/usr/share/php/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/FileLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
/usr/share/php/Symfony/Component/DependencyInjection/Loader/schema
/usr/share/php/Symfony/Component/DependencyInjection/Loader/schema/dic
/usr/share/php/Symfony/Component/DependencyInjection/Loader/schema/dic/services
/usr/share/php/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
/usr/share/php/Symfony/Component/DependencyInjection/Parameter.php
/usr/share/php/Symfony/Component/DependencyInjection/ParameterBag
/usr/share/php/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
/usr/share/php/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
/usr/share/php/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Reference.php
/usr/share/php/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Scope.php
/usr/share/php/Symfony/Component/DependencyInjection/ScopeInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/SimpleXMLElement.php
/usr/share/php/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
/usr/share/php/Symfony/Component/DependencyInjection/Variable.php
/usr/share/php/Symfony/Component/DependencyInjection/autoload.php
/usr/share/php/Symfony/Component/DependencyInjection/autoloader.php

References

Summary

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