How to Install and Uninstall perl-Data-Perl.noarch Package on Fedora 36

Last updated: May 18,2024

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

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

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

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

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

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

3. Information about the perl-Data-Perl.noarch package on Fedora 36

Last metadata expiration check: 0:48:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Data-Perl
Version : 0.002011
Release : 7.fc36
Architecture : noarch
Size : 58 k
Source : perl-Data-Perl-0.002011-7.fc36.src.rpm
Repository : fedora
Summary : Base classes wrapping fundamental Perl data types
URL : https://metacpan.org/release/Data-Perl
License : GPL+ or Artistic
Description : Data::Perl is a collection of classes that wrap fundamental data types
: that exist in Perl. These classes and methods as they exist today are an
: attempt to mirror functionality provided by Moose's Native Traits. One
: important thing to note is all classes currently do no validation on
: constructor input.