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

Last updated: October 06,2024

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

This is a short guide on how to install perl-Devel-StackTrace-AsHTML.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:55:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Devel-StackTrace-AsHTML
Version : 0.15
Release : 15.fc34
Architecture : noarch
Size : 25 k
Source : perl-Devel-StackTrace-AsHTML-0.15-15.fc34.src.rpm
Repository : fedora
Summary : Displays a stack trace in HTML
URL : https://metacpan.org/release/Devel-StackTrace-AsHTML
License : GPL+ or Artistic
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.