How to Install and Uninstall libcarp-fix-1-25-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 27,2024

1. Install "libcarp-fix-1-25-perl" package

This tutorial shows how to install libcarp-fix-1-25-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcarp-fix-1-25-perl

2. Uninstall "libcarp-fix-1-25-perl" package

Learn how to uninstall libcarp-fix-1-25-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcarp-fix-1-25-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcarp-fix-1-25-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcarp-fix-1-25-perl
Architecture: all
Version: 1.000001-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 53
Depends: perl
Filename: pool/universe/libc/libcarp-fix-1-25-perl/libcarp-fix-1-25-perl_1.000001-2_all.deb
Size: 6888
MD5sum: 599c00e9648d7ec6e86c69bc8d012006
SHA1: 8e658ab41e139d2a77e327cd503a1ea95b4ba975
SHA256: 65ca1e5063ffe80bba965413f4c150fe663fd7892d70ad0cd7d5e6e4fa455cff
SHA512: 2b5d28bc5e0142d3021a8f68a62c85ca6abc01c4a804938cb32f6117fd7ec0bfa34f651631978b2d27dcee8f2738486c664b2a3c3c8d1fd4e4cc0fa1f174c256
Homepage: https://metacpan.org/release/Carp-Fix-1_25
Description-en: Perl module to smooth over incompatible changes in Carp 1.25
Carp 1.25 made a change to its formatting, adding a period at the end of the
message. This can mess up tests and code that are looking for error messages.
Carp::Fix::1_25 makes the message consistent, regardless of what version of
Carp you're using.
.
Carp::Fix::1_25 exports its own carp functions which change the Carp message
to match the 1.25 version. Carp::Fix::1_25 otherwise acts exactly like Carp
and it will honor Carp global variables|Carp/GLOBAL VARIABLES such as
@CARP_NOT and %Carp::Internal.
.
Why do this instead of just upgrading Carp? Upgrading Carp would affect all
installed code all at once. You might not be ready for that, or you might not
want your module to foist that on its users. This lets you fix things one
namespace at a time.
Description-md5: 56ca3eeea82d0b80b6497e2f8133c3e1