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

Last updated: January 13,2025

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

This tutorial shows how to install php-symfony3-var-dumper.noarch on Fedora 39

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

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

Please follow the steps below to uninstall php-symfony3-var-dumper.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:25:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-symfony3-var-dumper
Version : 3.4.49
Release : 5.fc38
Architecture : noarch
Size : 63 k
Source : php-symfony3-3.4.49-5.fc38.src.rpm
Repository : fedora
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