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

Last updated: January 17,2025

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

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

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

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

Please follow the steps below to uninstall perl-Data-Dmp.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:17:02 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Data-Dmp
Version : 0.242
Release : 2.fc38
Architecture : noarch
Size : 28 k
Source : perl-Data-Dmp-0.242-2.fc38.src.rpm
Repository : fedora
Summary : Dump Perl data structures as Perl code
URL : https://metacpan.org/release/Data-Dmp
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module is a Perl dumper like Data::Dumper. It's compact, starts fast
: and does not use any non-core modules except Regexp::Stringify when dumping
: regexes. It produces compact single-line output (similar to
: Data::Dumper::Concise). It supports dumping objects, regexes, circular
: structures, coderefs.