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

Last updated: October 06,2024

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 34

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

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

Please follow the instructions below to uninstall perl-Devel-Trace.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:40:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Devel-Trace
Version : 0.12
Release : 23.fc34
Architecture : noarch
Size : 13 k
Source : perl-Devel-Trace-0.12-23.fc34.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.