How To Install php-symfony3-property-info on Fedora 36
Introduction
In this tutorial we learn how to install php-symfony3-property-info
on Fedora 36.
What is php-symfony3-property-info
Symfony PropertyInfo Component (version 3). Autoloader
We can use yum
or dnf
to install php-symfony3-property-info
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony3-property-info.
Install php-symfony3-property-info 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-info
using dnf
by running the following command:
sudo dnf -y install php-symfony3-property-info
Install php-symfony3-property-info 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-info
using yum
by running the following command:
sudo yum -y install php-symfony3-property-info
How To Uninstall php-symfony3-property-info on Fedora 36
To uninstall only the php-symfony3-property-info
package we can use the following command:
sudo dnf remove php-symfony3-property-info
php-symfony3-property-info Package Contents on Fedora 36
/usr/share/doc/php-symfony3-property-info
/usr/share/doc/php-symfony3-property-info/CHANGELOG.md
/usr/share/doc/php-symfony3-property-info/README.md
/usr/share/doc/php-symfony3-property-info/composer.json
/usr/share/licenses/php-symfony3-property-info
/usr/share/licenses/php-symfony3-property-info/LICENSE
/usr/share/php/Symfony3/Component/PropertyInfo
/usr/share/php/Symfony3/Component/PropertyInfo/DependencyInjection
/usr/share/php/Symfony3/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php
/usr/share/php/Symfony3/Component/PropertyInfo/Extractor
/usr/share/php/Symfony3/Component/PropertyInfo/Extractor/PhpDocExtractor.php
/usr/share/php/Symfony3/Component/PropertyInfo/Extractor/ReflectionExtractor.php
/usr/share/php/Symfony3/Component/PropertyInfo/Extractor/SerializerExtractor.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyAccessExtractorInterface.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyInfoCacheExtractor.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyInfoExtractor.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyInfoExtractorInterface.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyListExtractorInterface.php
/usr/share/php/Symfony3/Component/PropertyInfo/PropertyTypeExtractorInterface.php
/usr/share/php/Symfony3/Component/PropertyInfo/Type.php
/usr/share/php/Symfony3/Component/PropertyInfo/Util
/usr/share/php/Symfony3/Component/PropertyInfo/Util/PhpDocTypeHelper.php
/usr/share/php/Symfony3/Component/PropertyInfo/autoload.php
References
Summary
In this tutorial we learn how to install php-symfony3-property-info
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).