How to Install and Uninstall perl-Devel-StackTrace.noarch Package on Amazon Linux 2

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Devel-StackTrace.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Devel-StackTrace.noarch

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

Please follow the guidelines below to uninstall perl-Devel-StackTrace.noarch on Amazon Linux 2:

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

3. Information about the perl-Devel-StackTrace.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Devel-StackTrace
Arch : noarch
Epoch : 1
Version : 1.30
Release : 2.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
Summary : Perl module implementing stack trace and stack trace frame objects
URL : http://search.cpan.org/dist/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.