How to Install and Uninstall perl-Log-TraceMessages.noarch Package on Fedora 34

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install perl-Log-TraceMessages.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Log-TraceMessages.noarch on Fedora 34:

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

3. Information about the perl-Log-TraceMessages.noarch package on Fedora 34

Last metadata expiration check: 0:29:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Log-TraceMessages
Version : 1.4
Release : 36.fc34
Architecture : noarch
Size : 15 k
Source : perl-Log-TraceMessages-1.4-36.fc34.src.rpm
Repository : fedora
Summary : Perl extension for trace messages used in debugging
URL : https://metacpan.org/release/Log-TraceMessages
License : GPL+ or Artistic
Description : This module is a better way of putting 'hello there' trace messages in
: your code. It lets you turn tracing on and off without commenting out
: trace statements, and provides other useful things like HTML-ified
: trace messages for CGI scripts and an easy way to trace out data
: structures using Data::Dumper.