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

Last updated: July 03,2024

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

Please follow the guidelines below to install perl-Data-Dmp.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Data-Dmp.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:47:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Data-Dmp
Version : 0.240
Release : 4.fc34
Architecture : noarch
Size : 28 k
Source : perl-Data-Dmp-0.240-4.fc34.src.rpm
Repository : fedora
Summary : Dump Perl data structures as Perl code
URL : https://metacpan.org/release/Data-Dmp
License : GPL+ or Artistic
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.