How to Install and Uninstall libb-cow-perl Package on Kali Linux

Last updated: May 05,2024

1. Install "libb-cow-perl" package

Learn how to install libb-cow-perl on Kali Linux

$ sudo apt update $ sudo apt install libb-cow-perl

2. Uninstall "libb-cow-perl" package

Please follow the instructions below to uninstall libb-cow-perl on Kali Linux:

$ sudo apt remove libb-cow-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libb-cow-perl package on Kali Linux

Package: libb-cow-perl
Source: libb-cow-perl (0.007-1)
Version: 0.007-1+b1
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3)
Size: 9100
SHA256: 0e0299efe8b47e7bef9d5dbc66b6454376359bc25e33493f78c4e0e73a118090
SHA1: 73bf805556c4221d8c814e41160d986103ca28bd
MD5sum: f06ebbe572db4a3d3c9370529f88cdca
Description: additional B helpers to check COW status
B::COW provides some naive additional B helpers to check the COW status of
one SvPV.
.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind
of) Read Only C string, that would be Copied On Write (COW).
.
More than one SV can share the same PV, but when one PV need to alter it, it
would perform a copy of it, decrease the COWREFCNT counter.
.
One SV can then drop the COW flag when it's the only one holding a pointer to
the PV.
.
The COWREFCNT is stored at the end of the PV, after the "\0".
.
That value is limited to 255, after that a new PV would be created,
Description-md5:
Multi-Arch: same
Homepage: https://metacpan.org/release/B-COW
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libb/libb-cow-perl/libb-cow-perl_0.007-1+b1_amd64.deb