How to Install and Uninstall libdata-clone-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libdata-clone-perl" package

Please follow the instructions below to install libdata-clone-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-clone-perl" package

Here is a brief guide to show you how to uninstall libdata-clone-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdata-clone-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-clone-perl
Priority: optional
Section: universe/perl
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.004-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.11)
Filename: pool/universe/libd/libdata-clone-perl/libdata-clone-perl_0.004-1build2_amd64.deb
Size: 13072
MD5sum: 10fc715f4bb4f909b334950d0c42ca51
SHA1: f39e87ebf6d247d97569c4d7ce9017d63b6b4fac
SHA256: 923f996df5e68b716a95fd21dbb8eed4e66c2ca3f621c283826a76204498b6e4
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
Homepage: https://metacpan.org/release/Data-Clone
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu