How to Install and Uninstall perl-Devel-Comments.noarch Package on Fedora 39

Last updated: May 20,2024

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

Here is a brief guide to show you how to install perl-Devel-Comments.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Devel-Comments.noarch on Fedora 39:

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

3. Information about the perl-Devel-Comments.noarch package on Fedora 39

Last metadata expiration check: 4:58:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Devel-Comments
Version : 1.1.4
Release : 33.fc39
Architecture : noarch
Size : 47 k
Source : perl-Devel-Comments-1.1.4-33.fc39.src.rpm
Repository : fedora
Summary : Debug with executable smart comments to logs
URL : https://metacpan.org/release/Devel-Comments
License : GPL+ or Artistic
Description : Devel::Comments is a source filter for your Perl code, intended to be used
: only during development. Specially-formatted 'smart' comments are replaced by
: executable code to dump variables to screen or to file, display loop progress
: bars, or enforce conditions. These smart comments can all be disabled at once
: by commenting out the "use Devel::Comments" line, whereupon they return to
: being simple, dumb comments. Your debugging code can remain in place,
: guaranteed harmless, ready for the next development cycle.