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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-Clone-PP.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Clone-PP.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:14:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Clone-PP
Version : 1.08
Release : 2.fc34
Architecture : noarch
Size : 16 k
Source : perl-Clone-PP-1.08-2.fc34.src.rpm
Repository : fedora
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.