How to Install and Uninstall perl-Devel-Confess.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-Devel-Confess.noarch" package

This guide covers the steps necessary to install perl-Devel-Confess.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Devel-Confess.noarch

2. Uninstall "perl-Devel-Confess.noarch" package

Please follow the guidelines below to uninstall perl-Devel-Confess.noarch on Fedora 36:

$ sudo dnf remove perl-Devel-Confess.noarch $ sudo dnf autoremove

3. Information about the perl-Devel-Confess.noarch package on Fedora 36

Last metadata expiration check: 4:57:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Devel-Confess
Version : 0.009004
Release : 17.fc36
Architecture : noarch
Size : 27 k
Source : perl-Devel-Confess-0.009004-17.fc36.src.rpm
Repository : fedora
Summary : Include stack traces on all warnings and errors
URL : https://metacpan.org/release/Devel-Confess
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. Unlike
: other similar modules (e.g. Carp::Always), stack traces will also be
: included when exception objects are thrown.