How to Install and Uninstall perl-Data-Perl.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: February 06,2025

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

This guide covers the steps necessary to install perl-Data-Perl.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Here is a brief guide to show you how to uninstall perl-Data-Perl.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Data-Perl.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:50:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Data-Perl
Version : 0.002009
Release : 17.el8
Architecture : noarch
Size : 59 k
Source : perl-Data-Perl-0.002009-17.el8.src.rpm
Repository : epel
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.