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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Devel-Confess.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-Devel-Confess.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:40:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Devel-Confess
Version : 0.009004
Release : 16.fc35
Architecture : noarch
Size : 27 k
Source : perl-Devel-Confess-0.009004-16.fc35.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.