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

Last updated: May 19,2024

1. Install "libdevel-refcount-perl" package

Please follow the steps below to install libdevel-refcount-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-refcount-perl" package

In this section, we are going to explain the necessary steps to uninstall libdevel-refcount-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdevel-refcount-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.10-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libd/libdevel-refcount-perl/libdevel-refcount-perl_0.10-2build1_amd64.deb
Size: 10810
MD5sum: c3d4b9f0519062765c5a5c2ca3fae15f
SHA1: 32b88572f34c7f34cd5b5bd3b1f144678d2a249f
SHA256: b4b9a55457329c2ca34c0ccd9fc056320e8f9a85d08cadc7f36ce4ad3c006dbc
Description-en: 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: f278a6a50586bb855fc525ad978b5621
Homepage: https://metacpan.org/release/Devel-Refcount
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu