How to Install and Uninstall perl-B-COW.x86_64 Package on CentOS Stream 8
Last updated: November 01,2024
1. Install "perl-B-COW.x86_64" package
Learn how to install perl-B-COW.x86_64 on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-B-COW.x86_64
Copied
2. Uninstall "perl-B-COW.x86_64" package
Please follow the guidance below to uninstall perl-B-COW.x86_64 on CentOS Stream 8:
$
sudo dnf remove
perl-B-COW.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-B-COW.x86_64 package on CentOS Stream 8
Last metadata expiration check: 6:03:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-B-COW
Version : 0.004
Release : 2.el8
Architecture : x86_64
Size : 24 k
Source : perl-B-COW-0.004-2.el8.src.rpm
Repository : epel
Summary : Additional B helpers to check Copy On Write status
URL : https://metacpan.org/release/B-COW
License : GPL+ or Artistic
Description : B::COW provides some naïve additional B helpers to check the Copy On Write
: (COW) status of one SvPV (a Perl string variable).
:
: A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)
: Read Only C string, which would be Copied On Write (COW). More than one SV can
: share the same PV, but when one PV needs to alter it, it would perform a copy
: of it, decreasing 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 null byte terminating the string. That value is
: limited to 255: when we reach 255, a new PV would be created.
Available Packages
Name : perl-B-COW
Version : 0.004
Release : 2.el8
Architecture : x86_64
Size : 24 k
Source : perl-B-COW-0.004-2.el8.src.rpm
Repository : epel
Summary : Additional B helpers to check Copy On Write status
URL : https://metacpan.org/release/B-COW
License : GPL+ or Artistic
Description : B::COW provides some naïve additional B helpers to check the Copy On Write
: (COW) status of one SvPV (a Perl string variable).
:
: A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)
: Read Only C string, which would be Copied On Write (COW). More than one SV can
: share the same PV, but when one PV needs to alter it, it would perform a copy
: of it, decreasing 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 null byte terminating the string. That value is
: limited to 255: when we reach 255, a new PV would be created.