How to Install and Uninstall perl-Carp.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "perl-Carp.src" package

Please follow the guidelines below to install perl-Carp.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Carp.src

2. Uninstall "perl-Carp.src" package

Please follow the guidelines below to uninstall perl-Carp.src on Oracle Linux 8:

$ sudo dnf remove perl-Carp.src $ sudo dnf autoremove

3. Information about the perl-Carp.src package on Oracle Linux 8

Last metadata expiration check: 3:09:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Carp
Version : 1.50
Release : 439.module+el8.6.0+20545+312b6629
Architecture : src
Size : 39 k
Source : None
Repository : ol8_appstream
Summary : Alternative warn and die for modules
URL : https://metacpan.org/release/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.