How to Install and Uninstall perl-Devel-Trace.noarch Package on Fedora 36

Last updated: January 10,2025

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

In this section, we are going to explain the necessary steps to install perl-Devel-Trace.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Devel-Trace.noarch on Fedora 36:

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

3. Information about the perl-Devel-Trace.noarch package on Fedora 36

Last metadata expiration check: 1:08:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Devel-Trace
Version : 0.12
Release : 26.fc36
Architecture : noarch
Size : 13 k
Source : perl-Devel-Trace-0.12-26.fc36.src.rpm
Repository : fedora
Summary : Print out each line before it is executed (like sh -x)
URL : https://metacpan.org/release/Devel-Trace
License : Public Domain
Description : If you run your program with perl -d:Trace program, this module will print
: a message to standard error just before each line is executed.
:
: This is something like the shell's -x option.