How to Install and Uninstall perl-Carp-Always.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "perl-Carp-Always.noarch" package

In this section, we are going to explain the necessary steps to install perl-Carp-Always.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Carp-Always.noarch

2. Uninstall "perl-Carp-Always.noarch" package

This is a short guide on how to uninstall perl-Carp-Always.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Carp-Always.noarch $ sudo dnf autoremove

3. Information about the perl-Carp-Always.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:31:40 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Carp-Always
Version : 0.16
Release : 9.el8
Architecture : noarch
Size : 18 k
Source : perl-Carp-Always-0.16-9.el8.src.rpm
Repository : epel
Summary : Warn and die in Perl noisily with stack backtraces
URL : https://metacpan.org/release/Carp-Always
License : GPL+ or Artistic
Description : This module is meant as a debugging aid. It can be used to make a script
: complain loudly with stack backtraces when warn()ing or die()ing.