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

Last updated: November 30,2024

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

Please follow the steps below to install perl-Devel-Comments.noarch on Fedora 38

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

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

Learn how to uninstall perl-Devel-Comments.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:15:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Devel-Comments
Version : 1.1.4
Release : 32.fc38
Architecture : noarch
Size : 48 k
Source : perl-Devel-Comments-1.1.4-32.fc38.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.