How to Install and Uninstall libb-cow-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

1. Install "libb-cow-perl" package

This tutorial shows how to install libb-cow-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libb-cow-perl" package

In this section, we are going to explain the necessary steps to uninstall libb-cow-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libb-cow-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libb-cow-perl
Architecture: amd64
Version: 0.004-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 42
Depends: perl (>= 5.32.0-4), perlapi-5.32.0
Filename: pool/universe/libb/libb-cow-perl/libb-cow-perl_0.004-1build1_amd64.deb
Size: 8620
MD5sum: d19d46c6d1acd0b0e9c40e225177f477
SHA1: 84c5a7b1e0c76d65ea283c109932f4cacf457f59
SHA256: 16cac44dcc913ef823024bfda13ec834c8056e904ef9e560716fc21ddbf1638c
SHA512: acb3df712a3f6dc2752549e329f5ea5d3f39de89ab6aee1ddd75f5faec104cb5d30b2068f3ab621408edf5a5ab1d2739feff5fcec92e41f942cba0d890c0e0bb
Homepage: https://metacpan.org/release/B-COW
Description-en: 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: 9b1c409924e6a2241e50872368fe90e5