How to Install and Uninstall libdevel-refcount-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libdevel-refcount-perl" package

In this section, we are going to explain the necessary steps to install libdevel-refcount-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-refcount-perl

2. Uninstall "libdevel-refcount-perl" package

This guide let you learn how to uninstall libdevel-refcount-perl on Kali Linux:

$ sudo apt remove libdevel-refcount-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-refcount-perl package on Kali Linux

Package: libdevel-refcount-perl
Source: libdevel-refcount-perl (0.10-3)
Version: 0.10-3+b2
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3)
Size: 10668
SHA256: 2487e3e679c2741689067867d052052055397ecd04c92d486242b8e910054ac3
SHA1: 92b02893c4a9634f9c890135ab8e52ba233e333f
MD5sum: 09510541f7d978774dbb4d073559ad02
Description: Perl module to obtain the reference count of a variable
Devel::Refcount provides a single function which obtains the reference count
of the object being pointed to by the passed reference value.
.
Internally, Perl maintains a count of the number of 'things' referring to each
variable, as a means of providing automatic memory management. Every time a
reference is made to a scalar value, for example, the reference count is
incremented; every time that reference is lost (eg. when a lexical variable
goes out of scope) then the reference count is decremented.
Description-md5:
Homepage: https://metacpan.org/release/Devel-Refcount
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-refcount-perl/libdevel-refcount-perl_0.10-3+b2_amd64.deb