How to Install and Uninstall libdata-clone-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libdata-clone-perl" package

This guide covers the steps necessary to install libdata-clone-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libdata-clone-perl

2. Uninstall "libdata-clone-perl" package

In this section, we are going to explain the necessary steps to uninstall libdata-clone-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libdata-clone-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-clone-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdata-clone-perl
Architecture: amd64
Version: 0.004-2build3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.11)
Filename: pool/universe/libd/libdata-clone-perl/libdata-clone-perl_0.004-2build3_amd64.deb
Size: 13452
MD5sum: d9e9f07e84ba0d3277cbcc351a404a6f
SHA1: c952b590e2dc272aba263ec145e4f83600f5812f
SHA256: c45e1cd569c79dbd9840f2153869594f541ed11a4d8226df64f07cab67b4252b
SHA512: 6f812b03fb2a781ebbf4d2bae1615bd89b20df3ef6377d1b7579609e80bd06e8210e996170d53e66a4caec701051aae0465e4da910ae427880ebd8514d573139
Homepage: https://metacpan.org/release/Data-Clone
Description-en: Perl module for polymorphic data cloning
Data::Clone does data cloning, i.e. copies things recursively. This is smart
so that it works with not only non-blessed references, but also with blessed
references (i.e. objects). When clone() finds an object, it calls a clone
method of the object if the object has a clone, otherwise it makes a surface
copy of the object. That is, this module does polymorphic data cloning.
.
Although there are several modules on CPAN which can clone data, this module
has a different cloning policy from almost all of them.
Description-md5: 921f57fd47033e11eec8bde3bcd3c2c9