How to Install and Uninstall perl-Log-Trace.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "perl-Log-Trace.noarch" package

This guide let you learn how to install perl-Log-Trace.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Log-Trace.noarch

2. Uninstall "perl-Log-Trace.noarch" package

This tutorial shows how to uninstall perl-Log-Trace.noarch on Fedora 39:

$ sudo dnf remove perl-Log-Trace.noarch $ sudo dnf autoremove

3. Information about the perl-Log-Trace.noarch package on Fedora 39

Last metadata expiration check: 5:08:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Log-Trace
Version : 1.070
Release : 42.fc39
Architecture : noarch
Size : 41 k
Source : perl-Log-Trace-1.070-42.fc39.src.rpm
Repository : fedora
Summary : A unified approach to tracing
URL : https://metacpan.org/release/Log-Trace
License : GPL-2.0-or-later
Description : This module provides a unified approach to tracing. A script can 'use
: Log::Trace qw( < mode > )' to set the behaviour of the TRACE function.By
: default, the trace functions are exported to the calling package only.
: You can export the trace functions to other packages with the 'Deep'
: option. See the "OPTIONS" manpage for more information.