How to Install and Uninstall perl-Data-TreeDumper.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "perl-Data-TreeDumper.noarch" package

Here is a brief guide to show you how to install perl-Data-TreeDumper.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Data-TreeDumper.noarch

2. Uninstall "perl-Data-TreeDumper.noarch" package

This tutorial shows how to uninstall perl-Data-TreeDumper.noarch on Fedora 35:

$ sudo dnf remove perl-Data-TreeDumper.noarch $ sudo dnf autoremove

3. Information about the perl-Data-TreeDumper.noarch package on Fedora 35

Last metadata expiration check: 0:30:20 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Data-TreeDumper
Version : 0.40
Release : 28.fc35
Architecture : noarch
Size : 46 k
Source : perl-Data-TreeDumper-0.40-28.fc35.src.rpm
Repository : fedora
Summary : Improved replacement for Data::Dumper
URL : https://metacpan.org/release/Data-TreeDumper
License : GPL+ or Artistic
Description : Data::Dumper and other modules do a great job of dumping data structures.
: Their output, however, often takes more brain power to understand than the
: data itself. When dumping large amounts of data, the output can be
: overwhelming and it can be difficult to see the relationship between each
: piece of the dumped data.
:
: Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a
: format more easily understood.