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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install perl-Data-Dmp.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall perl-Data-Dmp.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:25:21 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Data-Dmp
Version : 0.241
Release : 2.fc35
Architecture : noarch
Size : 27 k
Source : perl-Data-Dmp-0.241-2.fc35.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.