How to Install and Uninstall libdata-clone-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libdata-clone-perl" package

Please follow the guidance below to install libdata-clone-perl on Kali Linux

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

2. Uninstall "libdata-clone-perl" package

This is a short guide on how to uninstall libdata-clone-perl on Kali Linux:

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

3. Information about the libdata-clone-perl package on Kali Linux

Package: libdata-clone-perl
Source: libdata-clone-perl (0.006-1)
Version: 0.006-1+b1
Installed-Size: 54
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.11)
Size: 14028
SHA256: c42f763f5af3ce5382f619bf2f410fcb055698d6240ba95356563fc6547f027b
SHA1: 163e2575e31edeff249093d19a88fa5464d03360
MD5sum: 66837ccd1c91cc8e235bd47afb7fcf3f
Description: 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:
Homepage: https://metacpan.org/release/Data-Clone
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-clone-perl/libdata-clone-perl_0.006-1+b1_amd64.deb