How To Install php-symfony3-options-resolver on Fedora 36

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

Introduction

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

What is php-symfony3-options-resolver

The OptionsResolver Component helps you configure objects with option arrays. It supports default values, option constraints and lazy options. Autoloader

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

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

sudo dnf -y install php-symfony3-options-resolver

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

sudo yum -y install php-symfony3-options-resolver

How To Uninstall php-symfony3-options-resolver on Fedora 36

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

sudo dnf remove php-symfony3-options-resolver

php-symfony3-options-resolver Package Contents on Fedora 36

/usr/share/doc/php-symfony3-options-resolver
/usr/share/doc/php-symfony3-options-resolver/CHANGELOG.md
/usr/share/doc/php-symfony3-options-resolver/README.md
/usr/share/doc/php-symfony3-options-resolver/composer.json
/usr/share/licenses/php-symfony3-options-resolver
/usr/share/licenses/php-symfony3-options-resolver/LICENSE
/usr/share/php/Symfony3/Component/OptionsResolver
/usr/share/php/Symfony3/Component/OptionsResolver/Debug
/usr/share/php/Symfony3/Component/OptionsResolver/Debug/OptionsResolverIntrospector.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/AccessException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/InvalidOptionsException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/MissingOptionsException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/NoConfigurationException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/NoSuchOptionException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/OptionDefinitionException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Exception/UndefinedOptionsException.php
/usr/share/php/Symfony3/Component/OptionsResolver/Options.php
/usr/share/php/Symfony3/Component/OptionsResolver/OptionsResolver.php
/usr/share/php/Symfony3/Component/OptionsResolver/autoload.php

References

Summary

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