How to Install and Uninstall perl-Devel-StackTrace-AsHTML.noarch Package on Rocky Linux 9

Last updated: June 03,2024

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

Learn how to install perl-Devel-StackTrace-AsHTML.noarch on Rocky Linux 9

$ 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 Rocky Linux 9:

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

3. Information about the perl-Devel-StackTrace-AsHTML.noarch package on Rocky Linux 9

Last metadata expiration check: 2:41:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Devel-StackTrace-AsHTML
Version : 0.15
Release : 17.el9
Architecture : noarch
Size : 25 k
Source : perl-Devel-StackTrace-AsHTML-0.15-17.el9.src.rpm
Repository : epel
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.