How to Install and Uninstall perl-Debug-Trace Package on openSUSE Leap

Last updated: May 14,2024

1. Install "perl-Debug-Trace" package

Please follow the instructions below to install perl-Debug-Trace on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Debug-Trace

2. Uninstall "perl-Debug-Trace" package

This tutorial shows how to uninstall perl-Debug-Trace on openSUSE Leap:

$ sudo zypper remove perl-Debug-Trace

3. Information about the perl-Debug-Trace package on openSUSE Leap

Information for package perl-Debug-Trace:
-----------------------------------------
Repository : Main Repository
Name : perl-Debug-Trace
Version : 0.05-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 KiB
Installed : No
Status : not installed
Source package : perl-Debug-Trace-0.05-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Debug-Trace/
Summary : Perl extension to trace subroutine calls
Description :
Debug::Trace instruments subroutines to provide tracing information upon
every call and return.
Using Debug::Trace does not require any changes to your sources. Most
often, it will be used from the command line:
perl -MDebug::Trace=foo,bar yourprogram.pl
This will have your subroutines foo() and bar() printing call and return
information.
Subroutine names may be fully qualified to denote subroutines in other
packages than the default main::.
By default, the trace information is output using the standard warn()
function.