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

In this tutorial we learn how to install php-symfony3-dependency-injection in Fedora 36. php-symfony3-dependency-injection is Symfony DependencyInjection Component (version 3)

Introduction

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

What is php-symfony3-dependency-injection

The Dependency Injection component allows you to standardize and centralize the way objects are constructed in your application. Autoloader

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

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

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

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

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

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

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

sudo dnf remove php-symfony3-dependency-injection

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

/usr/share/doc/php-symfony3-dependency-injection
/usr/share/doc/php-symfony3-dependency-injection/CHANGELOG.md
/usr/share/doc/php-symfony3-dependency-injection/README.md
/usr/share/doc/php-symfony3-dependency-injection/composer.json
/usr/share/licenses/php-symfony3-dependency-injection
/usr/share/licenses/php-symfony3-dependency-injection/LICENSE
/usr/share/php/Symfony3/Component/DependencyInjection
/usr/share/php/Symfony3/Component/DependencyInjection/Alias.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/ArgumentInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/BoundArgument.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/IteratorArgument.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/RewindableGenerator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/ServiceClosureArgument.php
/usr/share/php/Symfony3/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
/usr/share/php/Symfony3/Component/DependencyInjection/ChildDefinition.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AutoAliasServicePass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AutowireExceptionPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AutowirePass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/Compiler.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/CompilerPassInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/DecoratorServicePass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/FactoryReturnTypePass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/LoggingFormatter.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/PassConfig.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/RepeatedPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveClassPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveEnvPlaceholdersPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
/usr/share/php/Symfony3/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
/usr/share/php/Symfony3/Component/DependencyInjection/Config
/usr/share/php/Symfony3/Component/DependencyInjection/Config/AutowireServiceResource.php
/usr/share/php/Symfony3/Component/DependencyInjection/Config/ContainerParametersResource.php
/usr/share/php/Symfony3/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php
/usr/share/php/Symfony3/Component/DependencyInjection/Container.php
/usr/share/php/Symfony3/Component/DependencyInjection/ContainerAwareInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/ContainerAwareTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/ContainerBuilder.php
/usr/share/php/Symfony3/Component/DependencyInjection/ContainerInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Definition.php
/usr/share/php/Symfony3/Component/DependencyInjection/DefinitionDecorator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/Dumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/DumperInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/GraphvizDumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/PhpDumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/XmlDumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/Dumper/YamlDumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/EnvVarProcessor.php
/usr/share/php/Symfony3/Component/DependencyInjection/EnvVarProcessorInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/AutowiringFailedException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/BadMethodCallException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/EnvNotFoundException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/EnvParameterException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/LogicException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/OutOfBoundsException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/ParameterNotFoundException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/RuntimeException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php
/usr/share/php/Symfony3/Component/DependencyInjection/Exception/ServiceNotFoundException.php
/usr/share/php/Symfony3/Component/DependencyInjection/ExpressionLanguage.php
/usr/share/php/Symfony3/Component/DependencyInjection/ExpressionLanguageProvider.php
/usr/share/php/Symfony3/Component/DependencyInjection/Extension
/usr/share/php/Symfony3/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Extension/Extension.php
/usr/share/php/Symfony3/Component/DependencyInjection/Extension/ExtensionInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Extension/PrependExtensionInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/Instantiator
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/PhpDumper
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
/usr/share/php/Symfony3/Component/DependencyInjection/LazyProxy/ProxyHelper.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/ClosureLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/AliasConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/InlineServiceConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/InstanceofConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/PrototypeConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/ReferenceConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/ServiceConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/AbstractTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/ArgumentTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/AutoconfigureTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/AutowireTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/BindTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/CallTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/ClassTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/ConfiguratorTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/DecorateTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/DeprecateTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/FactoryTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/FileTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/PropertyTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/PublicTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/ShareTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/SyntheticTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/DirectoryLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/FileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/GlobFileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/IniFileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/PhpFileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/XmlFileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/YamlFileLoader.php
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/schema
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/schema/dic
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/schema/dic/services
/usr/share/php/Symfony3/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd
/usr/share/php/Symfony3/Component/DependencyInjection/Parameter.php
/usr/share/php/Symfony3/Component/DependencyInjection/ParameterBag
/usr/share/php/Symfony3/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
/usr/share/php/Symfony3/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
/usr/share/php/Symfony3/Component/DependencyInjection/ParameterBag/ParameterBag.php
/usr/share/php/Symfony3/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/Reference.php
/usr/share/php/Symfony3/Component/DependencyInjection/ResettableContainerInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/ServiceLocator.php
/usr/share/php/Symfony3/Component/DependencyInjection/ServiceSubscriberInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/TaggedContainerInterface.php
/usr/share/php/Symfony3/Component/DependencyInjection/TypedReference.php
/usr/share/php/Symfony3/Component/DependencyInjection/Variable.php
/usr/share/php/Symfony3/Component/DependencyInjection/autoload.php

References

Summary

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