How to Install and Uninstall perl-Log-Trace.noarch Package on CentOS Stream 8

Last updated: May 16,2024

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

This guide covers the steps necessary to install perl-Log-Trace.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the perl-Log-Trace.noarch package on CentOS Stream 8

Last metadata expiration check: 6:23:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Log-Trace
Version : 1.070
Release : 30.el8
Architecture : noarch
Size : 44 k
Source : perl-Log-Trace-1.070-30.el8.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.