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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install perl-Devel-Confess.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Devel-Confess.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:15:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Devel-Confess
Version : 0.009004
Release : 14.fc34
Architecture : noarch
Size : 27 k
Source : perl-Devel-Confess-0.009004-14.fc34.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.