How to Install and Uninstall perl-Log-Trace.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

This tutorial shows how to install perl-Log-Trace.noarch on Rocky Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Log-Trace.noarch on Rocky Linux 9:

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

3. Information about the perl-Log-Trace.noarch package on Rocky Linux 9

Last metadata expiration check: 1:50:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Log-Trace
Version : 1.070
Release : 38.el9
Architecture : noarch
Size : 41 k
Source : perl-Log-Trace-1.070-38.el9.src.rpm
Repository : epel
Summary : A unified approach to tracing
URL : https://metacpan.org/release/Log-Trace
License : GPLv2+
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.