How to Install and Uninstall php-symfony-var-dumper.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "php-symfony-var-dumper.noarch" package

Please follow the guidelines below to install php-symfony-var-dumper.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-symfony-var-dumper.noarch

2. Uninstall "php-symfony-var-dumper.noarch" package

This is a short guide on how to uninstall php-symfony-var-dumper.noarch on Fedora 36:

$ sudo dnf remove php-symfony-var-dumper.noarch $ sudo dnf autoremove

3. Information about the php-symfony-var-dumper.noarch package on Fedora 36

Last metadata expiration check: 5:48:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-symfony-var-dumper
Version : 2.8.52
Release : 8.fc36
Architecture : noarch
Size : 43 k
Source : php-symfony-2.8.52-8.fc36.src.rpm
Repository : fedora
Summary : Symfony mechanism for exploring and dumping PHP variables
URL : http://symfony.com/doc/2.8/components/var_dumper/index.html
License : MIT
Description : 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.
:
: Optional:
: * AMQP (php-pecl-amqp)
: * MySQL (php-mysql)
: Required for
: Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink()