How To Install php-symfony3-property-access on Fedora 36

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

Introduction

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

What is php-symfony3-property-access

The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation. Autoloader

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

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

sudo dnf -y install php-symfony3-property-access

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

sudo yum -y install php-symfony3-property-access

How To Uninstall php-symfony3-property-access on Fedora 36

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

sudo dnf remove php-symfony3-property-access

php-symfony3-property-access Package Contents on Fedora 36

/usr/share/doc/php-symfony3-property-access
/usr/share/doc/php-symfony3-property-access/CHANGELOG.md
/usr/share/doc/php-symfony3-property-access/README.md
/usr/share/doc/php-symfony3-property-access/composer.json
/usr/share/licenses/php-symfony3-property-access
/usr/share/licenses/php-symfony3-property-access/LICENSE
/usr/share/php/Symfony3/Component/PropertyAccess
/usr/share/php/Symfony3/Component/PropertyAccess/Exception
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/AccessException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/ExceptionInterface.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/InvalidPropertyPathException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/NoSuchIndexException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/NoSuchPropertyException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/OutOfBoundsException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/RuntimeException.php
/usr/share/php/Symfony3/Component/PropertyAccess/Exception/UnexpectedTypeException.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyAccess.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyAccessor.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyAccessorBuilder.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyAccessorInterface.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyPath.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyPathBuilder.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyPathInterface.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyPathIterator.php
/usr/share/php/Symfony3/Component/PropertyAccess/PropertyPathIteratorInterface.php
/usr/share/php/Symfony3/Component/PropertyAccess/StringUtil.php
/usr/share/php/Symfony3/Component/PropertyAccess/autoload.php

References

Summary

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