How to Install and Uninstall perl-Clone-PP.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-Clone-PP.noarch" package

This guide let you learn how to install perl-Clone-PP.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Clone-PP.noarch

2. Uninstall "perl-Clone-PP.noarch" package

Learn how to uninstall perl-Clone-PP.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Clone-PP.noarch $ sudo dnf autoremove

3. Information about the perl-Clone-PP.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:36:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Clone-PP
Version : 1.08
Release : 4.el9
Architecture : noarch
Size : 15 k
Source : perl-Clone-PP-1.08-4.el9.src.rpm
Repository : epel
Summary : Recursively copy Perl data-types
URL : https://metacpan.org/release/Clone-PP
License : GPL+ or Artistic
Description : This module provides a general-purpose clone function to make deep copies
: of Perl data structures. It calls itself recursively to copy nested hash,
: array, scalar and reference types, including tied variables and objects.