How to Install and Uninstall perl-Devel-StackTrace.noarch Package on Fedora 39

Last updated: September 28,2024

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

This guide let you learn how to install perl-Devel-StackTrace.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Devel-StackTrace.noarch on Fedora 39:

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

3. Information about the perl-Devel-StackTrace.noarch package on Fedora 39

Last metadata expiration check: 0:49:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Devel-StackTrace
Epoch : 1
Version : 2.04
Release : 16.fc39
Architecture : noarch
Size : 30 k
Source : perl-Devel-StackTrace-2.04-16.fc39.src.rpm
Repository : fedora
Summary : Perl module implementing stack trace and stack trace frame objects
URL : https://metacpan.org/release/Devel-StackTrace
License : Artistic-2.0
Description : The Devel::StackTrace module contains two classes, Devel::StackTrace
: and Devel::StackTraceFrame. The goal of this object is to encapsulate
: the information that can found through using the caller() function, as
: well as providing a simple interface to this data.
:
: The Devel::StackTrace object contains a set of Devel::StackTraceFrame
: objects, one for each level of the stack. The frames contain all the
: data available from caller() as of Perl 5.6.0.