How to Install and Uninstall perl-Clone-PP.noarch Package on Fedora 38

Last updated: January 12,2025

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

In this section, we are going to explain the necessary steps to install perl-Clone-PP.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-Clone-PP.noarch on Fedora 38:

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

3. Information about the perl-Clone-PP.noarch package on Fedora 38

Last metadata expiration check: 1:19:02 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Clone-PP
Version : 1.08
Release : 8.fc38
Architecture : noarch
Size : 15 k
Source : perl-Clone-PP-1.08-8.fc38.src.rpm
Repository : fedora
Summary : Recursively copy Perl data-types
URL : https://metacpan.org/release/Clone-PP
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.