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

Last updated: September 16,2024

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

Please follow the guidelines below to install php-symfony4-var-dumper.noarch on Fedora 34

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

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

This guide let you learn how to uninstall php-symfony4-var-dumper.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:59:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-symfony4-var-dumper
Version : 4.4.40
Release : 1.fc34
Architecture : noarch
Size : 73 k
Source : php-symfony4-4.4.40-1.fc34.src.rpm
Repository : updates
Summary : Symfony mechanism for exploring and dumping PHP variables (version 4)
URL : http://symfony.com/doc/4.4/components/var_dumper.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.
:
: Autoloader: /usr/share/php/Symfony4/Component/VarDumper/autoload.php