How to Install and Uninstall perl-Carp-Always.noarch Package on Rocky Linux 8

Last updated: May 22,2024

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

This tutorial shows how to install perl-Carp-Always.noarch on Rocky Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Carp-Always.noarch on Rocky Linux 8:

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

3. Information about the perl-Carp-Always.noarch package on Rocky Linux 8

Last metadata expiration check: 0:13:51 ago on Mon Sep 12 10:27:18 2022.
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.