How To Install php-symfony3-form on Fedora 36

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

Introduction

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

What is php-symfony3-form

Form provides tools for defining forms, rendering and mapping request data to related models. Furthermore it provides integration with the Validation component. Autoloader

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

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

sudo dnf -y install php-symfony3-form

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

sudo yum -y install php-symfony3-form

How To Uninstall php-symfony3-form on Fedora 36

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

sudo dnf remove php-symfony3-form

php-symfony3-form Package Contents on Fedora 36

/usr/share/doc/php-symfony3-form
/usr/share/doc/php-symfony3-form/CHANGELOG.md
/usr/share/doc/php-symfony3-form/README.md
/usr/share/doc/php-symfony3-form/composer.json
/usr/share/licenses/php-symfony3-form
/usr/share/licenses/php-symfony3-form/LICENSE
/usr/share/php/Symfony3/Component/Form
/usr/share/php/Symfony3/Component/Form/AbstractExtension.php
/usr/share/php/Symfony3/Component/Form/AbstractRendererEngine.php
/usr/share/php/Symfony3/Component/Form/AbstractType.php
/usr/share/php/Symfony3/Component/Form/AbstractTypeExtension.php
/usr/share/php/Symfony3/Component/Form/Button.php
/usr/share/php/Symfony3/Component/Form/ButtonBuilder.php
/usr/share/php/Symfony3/Component/Form/ButtonTypeInterface.php
/usr/share/php/Symfony3/Component/Form/CallbackTransformer.php
/usr/share/php/Symfony3/Component/Form/ChoiceList
/usr/share/php/Symfony3/Component/Form/ChoiceList/ArrayChoiceList.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/ChoiceListInterface.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Factory
/usr/share/php/Symfony3/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/LazyChoiceList.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Loader
/usr/share/php/Symfony3/Component/Form/ChoiceList/Loader/CallbackChoiceLoader.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/View
/usr/share/php/Symfony3/Component/Form/ChoiceList/View/ChoiceGroupView.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/View/ChoiceListView.php
/usr/share/php/Symfony3/Component/Form/ChoiceList/View/ChoiceView.php
/usr/share/php/Symfony3/Component/Form/ClickableInterface.php
/usr/share/php/Symfony3/Component/Form/Command
/usr/share/php/Symfony3/Component/Form/Command/DebugCommand.php
/usr/share/php/Symfony3/Component/Form/Console
/usr/share/php/Symfony3/Component/Form/Console/Descriptor
/usr/share/php/Symfony3/Component/Form/Console/Descriptor/Descriptor.php
/usr/share/php/Symfony3/Component/Form/Console/Descriptor/JsonDescriptor.php
/usr/share/php/Symfony3/Component/Form/Console/Descriptor/TextDescriptor.php
/usr/share/php/Symfony3/Component/Form/Console/Helper
/usr/share/php/Symfony3/Component/Form/Console/Helper/DescriptorHelper.php
/usr/share/php/Symfony3/Component/Form/DataMapperInterface.php
/usr/share/php/Symfony3/Component/Form/DataTransformerInterface.php
/usr/share/php/Symfony3/Component/Form/DependencyInjection
/usr/share/php/Symfony3/Component/Form/DependencyInjection/FormPass.php
/usr/share/php/Symfony3/Component/Form/Exception
/usr/share/php/Symfony3/Component/Form/Exception/AlreadySubmittedException.php
/usr/share/php/Symfony3/Component/Form/Exception/BadMethodCallException.php
/usr/share/php/Symfony3/Component/Form/Exception/ErrorMappingException.php
/usr/share/php/Symfony3/Component/Form/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/Form/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Form/Exception/InvalidConfigurationException.php
/usr/share/php/Symfony3/Component/Form/Exception/LogicException.php
/usr/share/php/Symfony3/Component/Form/Exception/OutOfBoundsException.php
/usr/share/php/Symfony3/Component/Form/Exception/RuntimeException.php
/usr/share/php/Symfony3/Component/Form/Exception/StringCastException.php
/usr/share/php/Symfony3/Component/Form/Exception/TransformationFailedException.php
/usr/share/php/Symfony3/Component/Form/Exception/UnexpectedTypeException.php
/usr/share/php/Symfony3/Component/Form/Extension
/usr/share/php/Symfony3/Component/Form/Extension/Core
/usr/share/php/Symfony3/Component/Form/Extension/Core/CoreExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataMapper
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataMapper/PropertyPathMapper.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataMapper/RadioListMapper.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener/ResizeFormListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener/TransformationFailureListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/EventListener/TrimListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/BaseType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/BirthdayType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/ButtonType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/CheckboxType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/ChoiceType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/CollectionType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/ColorType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/CountryType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/CurrencyType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/DateIntervalType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/DateTimeType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/DateType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/EmailType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/FileType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/FormType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/HiddenType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/IntegerType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/LanguageType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/LocaleType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/MoneyType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/NumberType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/PasswordType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/PercentType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/RadioType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/RangeType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/RepeatedType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/ResetType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/SearchType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/SubmitType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TelType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TextType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TextareaType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TimeType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TimezoneType.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/TransformationFailureExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Core/Type/UrlType.php
/usr/share/php/Symfony3/Component/Form/Extension/Csrf
/usr/share/php/Symfony3/Component/Form/Extension/Csrf/CsrfExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Csrf/EventListener
/usr/share/php/Symfony3/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Csrf/Type
/usr/share/php/Symfony3/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/DataCollectorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/EventListener
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/FormDataCollector.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/FormDataExtractor.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/Proxy
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/Type
/usr/share/php/Symfony3/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/DependencyInjection
/usr/share/php/Symfony3/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/HttpFoundation
/usr/share/php/Symfony3/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php
/usr/share/php/Symfony3/Component/Form/Extension/HttpFoundation/Type
/usr/share/php/Symfony3/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Templating
/usr/share/php/Symfony3/Component/Form/Extension/Templating/TemplatingExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Templating/TemplatingRendererEngine.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Constraints
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Constraints/Form.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Constraints/FormValidator.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/EventListener
/usr/share/php/Symfony3/Component/Form/Extension/Validator/EventListener/ValidationListener.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Util
/usr/share/php/Symfony3/Component/Form/Extension/Validator/Util/ServerParams.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ValidatorExtension.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ValidatorTypeGuesser.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php
/usr/share/php/Symfony3/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php
/usr/share/php/Symfony3/Component/Form/Form.php
/usr/share/php/Symfony3/Component/Form/FormBuilder.php
/usr/share/php/Symfony3/Component/Form/FormBuilderInterface.php
/usr/share/php/Symfony3/Component/Form/FormConfigBuilder.php
/usr/share/php/Symfony3/Component/Form/FormConfigBuilderInterface.php
/usr/share/php/Symfony3/Component/Form/FormConfigInterface.php
/usr/share/php/Symfony3/Component/Form/FormError.php
/usr/share/php/Symfony3/Component/Form/FormErrorIterator.php
/usr/share/php/Symfony3/Component/Form/FormEvent.php
/usr/share/php/Symfony3/Component/Form/FormEvents.php
/usr/share/php/Symfony3/Component/Form/FormExtensionInterface.php
/usr/share/php/Symfony3/Component/Form/FormFactory.php
/usr/share/php/Symfony3/Component/Form/FormFactoryBuilder.php
/usr/share/php/Symfony3/Component/Form/FormFactoryBuilderInterface.php
/usr/share/php/Symfony3/Component/Form/FormFactoryInterface.php
/usr/share/php/Symfony3/Component/Form/FormInterface.php
/usr/share/php/Symfony3/Component/Form/FormRegistry.php
/usr/share/php/Symfony3/Component/Form/FormRegistryInterface.php
/usr/share/php/Symfony3/Component/Form/FormRenderer.php
/usr/share/php/Symfony3/Component/Form/FormRendererEngineInterface.php
/usr/share/php/Symfony3/Component/Form/FormRendererInterface.php
/usr/share/php/Symfony3/Component/Form/FormTypeExtensionInterface.php
/usr/share/php/Symfony3/Component/Form/FormTypeGuesserChain.php
/usr/share/php/Symfony3/Component/Form/FormTypeGuesserInterface.php
/usr/share/php/Symfony3/Component/Form/FormTypeInterface.php
/usr/share/php/Symfony3/Component/Form/FormView.php
/usr/share/php/Symfony3/Component/Form/Forms.php
/usr/share/php/Symfony3/Component/Form/Guess
/usr/share/php/Symfony3/Component/Form/Guess/Guess.php
/usr/share/php/Symfony3/Component/Form/Guess/TypeGuess.php
/usr/share/php/Symfony3/Component/Form/Guess/ValueGuess.php
/usr/share/php/Symfony3/Component/Form/NativeRequestHandler.php
/usr/share/php/Symfony3/Component/Form/PreloadedExtension.php
/usr/share/php/Symfony3/Component/Form/RequestHandlerInterface.php
/usr/share/php/Symfony3/Component/Form/ResolvedFormType.php
/usr/share/php/Symfony3/Component/Form/ResolvedFormTypeFactory.php
/usr/share/php/Symfony3/Component/Form/ResolvedFormTypeFactoryInterface.php
/usr/share/php/Symfony3/Component/Form/ResolvedFormTypeInterface.php
/usr/share/php/Symfony3/Component/Form/Resources
/usr/share/php/Symfony3/Component/Form/Resources/config
/usr/share/php/Symfony3/Component/Form/Resources/config/validation.xml
/usr/share/php/Symfony3/Component/Form/Resources/translations
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.ar.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.az.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.be.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.bg.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.bs.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.ca.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.cs.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.da.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.de.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.el.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.en.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.es.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.et.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.eu.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.fa.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.fi.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.fr.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.gl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.he.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.hr.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.hu.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.hy.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.id.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.it.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.ja.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.lb.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.lt.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.lv.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.mn.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.nb.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.nl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.nn.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.no.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.pl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.pt.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.pt_BR.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.ro.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.ru.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sk.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sq.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sr_Cyrl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sr_Latn.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.sv.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.tl.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.tr.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.uk.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.vi.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.zh_CN.xlf
/usr/share/php/Symfony3/Component/Form/Resources/translations/validators.zh_TW.xlf
/usr/share/php/Symfony3/Component/Form/ReversedTransformer.php
/usr/share/php/Symfony3/Component/Form/SubmitButton.php
/usr/share/php/Symfony3/Component/Form/SubmitButtonBuilder.php
/usr/share/php/Symfony3/Component/Form/SubmitButtonTypeInterface.php
/usr/share/php/Symfony3/Component/Form/Test
/usr/share/php/Symfony3/Component/Form/Test/FormBuilderInterface.php
/usr/share/php/Symfony3/Component/Form/Test/FormIntegrationTestCase.php
/usr/share/php/Symfony3/Component/Form/Test/FormInterface.php
/usr/share/php/Symfony3/Component/Form/Test/FormPerformanceTestCase.php
/usr/share/php/Symfony3/Component/Form/Test/ForwardCompatTestTrait.php
/usr/share/php/Symfony3/Component/Form/Test/Traits
/usr/share/php/Symfony3/Component/Form/Test/Traits/ValidatorExtensionTrait.php
/usr/share/php/Symfony3/Component/Form/Test/TypeTestCase.php
/usr/share/php/Symfony3/Component/Form/Util
/usr/share/php/Symfony3/Component/Form/Util/FormUtil.php
/usr/share/php/Symfony3/Component/Form/Util/InheritDataAwareIterator.php
/usr/share/php/Symfony3/Component/Form/Util/OptionsResolverWrapper.php
/usr/share/php/Symfony3/Component/Form/Util/OrderedHashMap.php
/usr/share/php/Symfony3/Component/Form/Util/OrderedHashMapIterator.php
/usr/share/php/Symfony3/Component/Form/Util/ServerParams.php
/usr/share/php/Symfony3/Component/Form/Util/StringUtil.php
/usr/share/php/Symfony3/Component/Form/autoload.php

References

Summary

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