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

Last updated: September 20,2024

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

Please follow the guidelines below to install perl-Devel-StackTrace.noarch on Fedora 34

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

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

Learn how to uninstall perl-Devel-StackTrace.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:03:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Devel-StackTrace
Epoch : 1
Version : 2.04
Release : 8.fc34
Architecture : noarch
Size : 31 k
Source : perl-Devel-StackTrace-2.04-8.fc34.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.