How to Install and Uninstall perl-Debug-Trace Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "perl-Debug-Trace" package

This tutorial shows how to install perl-Debug-Trace on openSuSE Tumbleweed

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

2. Uninstall "perl-Debug-Trace" package

This guide covers the steps necessary to uninstall perl-Debug-Trace on openSuSE Tumbleweed:

$ sudo zypper remove perl-Debug-Trace

3. Information about the perl-Debug-Trace package on openSuSE Tumbleweed

Information for package perl-Debug-Trace:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Debug-Trace
Version : 0.05-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 12.0 KiB
Installed : No
Status : not installed
Source package : perl-Debug-Trace-0.05-3.29.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.