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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install php-symfony3-var-dumper.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:54:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-symfony3-var-dumper
Version : 3.4.49
Release : 1.fc34
Architecture : noarch
Size : 56 k
Source : php-symfony3-3.4.49-1.fc34.src.rpm
Repository : updates
Summary : Symfony mechanism for exploring and dumping PHP variables (version 3)
URL : http://symfony.com/doc/3.4/components/var_dumper.html
License : MIT and CC-BY-SA
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.
:
: Autoloader: /usr/share/php/Symfony3/Component/VarDumper/autoload.php