How to Install and Uninstall perl-Carp.noarch Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "perl-Carp.noarch" package
Learn how to install perl-Carp.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-Carp.noarch
Copied
2. Uninstall "perl-Carp.noarch" package
Here is a brief guide to show you how to uninstall perl-Carp.noarch on Amazon Linux 2:
$
sudo yum remove
perl-Carp.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-Carp.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Carp
Arch : noarch
Version : 1.26
Release : 244.amzn2
Size : 28 k
Repo : installed
From repo : amzn2-core
Summary : Alternative warn and die for modules
URL : http://search.cpan.org/dist/Carp/
License : GPL+ or Artistic
Description : The Carp routines are useful in your own modules because they act
: like die() or warn(), but with a message which is more likely to
: be useful to a user of your module. In the case of cluck, confess,
: and longmess that context is a summary of every call in the
: call-stack. For a shorter message you can use carp or croak which
: report the error as being from where your module was called. There
: is no guarantee that that is where the error was, but it is a good
: educated guess.
Installed Packages
Name : perl-Carp
Arch : noarch
Version : 1.26
Release : 244.amzn2
Size : 28 k
Repo : installed
From repo : amzn2-core
Summary : Alternative warn and die for modules
URL : http://search.cpan.org/dist/Carp/
License : GPL+ or Artistic
Description : The Carp routines are useful in your own modules because they act
: like die() or warn(), but with a message which is more likely to
: be useful to a user of your module. In the case of cluck, confess,
: and longmess that context is a summary of every call in the
: call-stack. For a shorter message you can use carp or croak which
: report the error as being from where your module was called. There
: is no guarantee that that is where the error was, but it is a good
: educated guess.