How to Install and Uninstall perl-Data-Dump.noarch Package on Fedora 38

Last updated: September 27,2024

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

This is a short guide on how to install perl-Data-Dump.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Data-Dump.noarch on Fedora 38:

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

3. Information about the perl-Data-Dump.noarch package on Fedora 38

Last metadata expiration check: 5:23:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Data-Dump
Version : 1.25
Release : 6.fc38
Architecture : noarch
Size : 33 k
Source : perl-Data-Dump-1.25-6.fc38.src.rpm
Repository : fedora
Summary : Pretty printing of data structures
URL : https://metacpan.org/release/Data-Dump
License : GPL+ or Artistic
Description : This module provides a single function called dump() that takes a list of
: values as its argument and produces a string as its result. The string
: contains Perl code that, when evaled, produces a deep copy of the original
: arguments. The string is formatted for easy reading.