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

Last updated: October 05,2024

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

Here is a brief guide to show you how to install php-symfony-var-dumper.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall php-symfony-var-dumper.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:37:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-symfony-var-dumper
Version : 2.8.52
Release : 6.fc34
Architecture : noarch
Size : 44 k
Source : php-symfony-2.8.52-6.fc34.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()