How To Install php-symfony3-var-dumper on Fedora 36
Introduction
In this tutorial we learn how to install php-symfony3-var-dumper
on Fedora 36.
What is php-symfony3-var-dumper
This component provides a mechanism that allows exploring then dumping any PHP variable. It handles scalars, objects and resources properly, taking hard and soft references into account. More than being immune to infinite recursion problems, it allows dumping where references link to each other. It explores recursive structures using a breadth-first algorithm. The component exposes all the parts involved in the different steps of cloning then dumping a PHP variable, while applying size limits and having specialized output formats and methods. Autoloader
We can use yum
or dnf
to install php-symfony3-var-dumper
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony3-var-dumper.
Install php-symfony3-var-dumper 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-var-dumper
using dnf
by running the following command:
sudo dnf -y install php-symfony3-var-dumper
Install php-symfony3-var-dumper 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-var-dumper
using yum
by running the following command:
sudo yum -y install php-symfony3-var-dumper
How To Uninstall php-symfony3-var-dumper on Fedora 36
To uninstall only the php-symfony3-var-dumper
package we can use the following command:
sudo dnf remove php-symfony3-var-dumper
php-symfony3-var-dumper Package Contents on Fedora 36
/usr/share/doc/php-symfony3-var-dumper
/usr/share/doc/php-symfony3-var-dumper/CHANGELOG.md
/usr/share/doc/php-symfony3-var-dumper/README.md
/usr/share/doc/php-symfony3-var-dumper/composer.json
/usr/share/licenses/php-symfony3-var-dumper
/usr/share/licenses/php-symfony3-var-dumper/LICENSE
/usr/share/php/Symfony3/Component/VarDumper
/usr/share/php/Symfony3/Component/VarDumper/Caster
/usr/share/php/Symfony3/Component/VarDumper/Caster/AmqpCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ArgsStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/Caster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ClassStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ConstStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/CutArrayStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/CutStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/DOMCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/DateCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/DoctrineCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/EnumStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ExceptionCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/FrameStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/LinkStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/MongoCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/PdoCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/PgSqlCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/RedisCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ReflectionCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/ResourceCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/SplCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/StubCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/SymfonyCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/TraceStub.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/XmlReaderCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Caster/XmlResourceCaster.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner
/usr/share/php/Symfony3/Component/VarDumper/Cloner/AbstractCloner.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/ClonerInterface.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/Cursor.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/Data.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/DumperInterface.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/Stub.php
/usr/share/php/Symfony3/Component/VarDumper/Cloner/VarCloner.php
/usr/share/php/Symfony3/Component/VarDumper/Dumper
/usr/share/php/Symfony3/Component/VarDumper/Dumper/AbstractDumper.php
/usr/share/php/Symfony3/Component/VarDumper/Dumper/CliDumper.php
/usr/share/php/Symfony3/Component/VarDumper/Dumper/DataDumperInterface.php
/usr/share/php/Symfony3/Component/VarDumper/Dumper/HtmlDumper.php
/usr/share/php/Symfony3/Component/VarDumper/Exception
/usr/share/php/Symfony3/Component/VarDumper/Exception/ThrowingCasterException.php
/usr/share/php/Symfony3/Component/VarDumper/Resources
/usr/share/php/Symfony3/Component/VarDumper/Resources/functions
/usr/share/php/Symfony3/Component/VarDumper/Resources/functions/dump.php
/usr/share/php/Symfony3/Component/VarDumper/Test
/usr/share/php/Symfony3/Component/VarDumper/Test/VarDumperTestTrait.php
/usr/share/php/Symfony3/Component/VarDumper/VarDumper.php
/usr/share/php/Symfony3/Component/VarDumper/autoload.php
References
Summary
In this tutorial we learn how to install php-symfony3-var-dumper
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).