How to Install and Uninstall libcarp-fix-1-25-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

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

Please follow the guidance below to install libcarp-fix-1-25-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libcarp-fix-1-25-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: libcarp-fix-1-25-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.000001-2
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
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
Homepage: https://metacpan.org/release/Carp-Fix-1_25
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu