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

Last updated: January 12,2025

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

Please follow the guidance below to install perl-Devel-StackTrace-AsHTML.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall perl-Devel-StackTrace-AsHTML.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:45:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Devel-StackTrace-AsHTML
Version : 0.15
Release : 23.fc39
Architecture : noarch
Size : 25 k
Source : perl-Devel-StackTrace-AsHTML-0.15-23.fc39.src.rpm
Repository : fedora
Summary : Displays a stack trace in HTML
URL : https://metacpan.org/release/Devel-StackTrace-AsHTML
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Devel::StackTrace::AsHTML adds an 'as_html' method to Devel::StackTrace
: which displays the stack trace in beautiful HTML, with code snippet
: context and function parameters. If you call it on an instance of
: Devel::StackTrace::WithLexicals, you even get to see the lexical
: variables of each stack frame.