How to Install and Uninstall libb-cow-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 21,2024

1. Install "libb-cow-perl" package

Please follow the guidelines below to install libb-cow-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libb-cow-perl" package

Please follow the guidance below to uninstall libb-cow-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libb-cow-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libb-cow-perl
Architecture: amd64
Version: 0.004-1
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.30.0-9build1), perlapi-5.30.0
Filename: pool/universe/libb/libb-cow-perl/libb-cow-perl_0.004-1_amd64.deb
Size: 8536
MD5sum: 03836d821f7182422484ba66d27a981c
SHA1: 26c48b3022a7d66fbbcd741938d83f76124b9c34
SHA256: 97154ae41d904eedc00e53a3304a7168c7349cba75ca0a90fcac693fe67362a6
SHA512: 67b0ecbb6c755e5e41ad2d555cddcf934e45d4a513b1b8c44bacb8536da6ed98659052807749720a2baad02e17b64aa02afd9503385731a1951a1d197862b274
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