How To Install php-symfony-property-access on Fedora 36
Introduction
In this tutorial we learn how to install php-symfony-property-access
on Fedora 36.
What is php-symfony-property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
We can use yum
or dnf
to install php-symfony-property-access
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony-property-access.
Install php-symfony-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-symfony-property-access
using dnf
by running the following command:
sudo dnf -y install php-symfony-property-access
Install php-symfony-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-symfony-property-access
using yum
by running the following command:
sudo yum -y install php-symfony-property-access
How To Uninstall php-symfony-property-access on Fedora 36
To uninstall only the php-symfony-property-access
package we can use the following command:
sudo dnf remove php-symfony-property-access
php-symfony-property-access Package Contents on Fedora 36
/usr/share/doc/php-symfony-property-access
/usr/share/doc/php-symfony-property-access/CHANGELOG.md
/usr/share/doc/php-symfony-property-access/README.md
/usr/share/doc/php-symfony-property-access/composer.json
/usr/share/licenses/php-symfony-property-access
/usr/share/licenses/php-symfony-property-access/LICENSE
/usr/share/php/Symfony/Component/PropertyAccess
/usr/share/php/Symfony/Component/PropertyAccess/Exception
/usr/share/php/Symfony/Component/PropertyAccess/Exception/AccessException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
/usr/share/php/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyAccess.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyAccessor.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyPath.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyPathBuilder.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyPathInterface.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyPathIterator.php
/usr/share/php/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php
/usr/share/php/Symfony/Component/PropertyAccess/StringUtil.php
/usr/share/php/Symfony/Component/PropertyAccess/autoload.php
/usr/share/php/Symfony/Component/PropertyAccess/autoloader.php
References
Summary
In this tutorial we learn how to install php-symfony-property-access
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).