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

Last updated: April 26,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 34

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

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

Here is a brief guide to show you how to uninstall perl-Devel-Comments.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:32:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Devel-Comments
Version : 1.1.4
Release : 26.fc34
Architecture : noarch
Size : 52 k
Source : perl-Devel-Comments-1.1.4-26.fc34.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.