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

Last updated: May 20,2024

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

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

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

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

This tutorial shows how to uninstall perl-Devel-Comments.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:43:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Devel-Comments
Version : 1.1.4
Release : 28.fc35
Architecture : noarch
Size : 51 k
Source : perl-Devel-Comments-1.1.4-28.fc35.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.