How To Install perl-Devel-Comments on Fedora 36

In this tutorial we learn how to install perl-Devel-Comments in Fedora 36. perl-Devel-Comments is Debug with executable smart comments to logs

Introduction

In this tutorial we learn how to install perl-Devel-Comments on Fedora 36.

What is perl-Devel-Comments

Devel 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 being simple, dumb comments. Your debugging code can remain in place, guaranteed harmless, ready for the next development cycle.

We can use yum or dnf to install perl-Devel-Comments on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Devel-Comments.

Install perl-Devel-Comments on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Devel-Comments using dnf by running the following command:

sudo dnf -y install perl-Devel-Comments

Install perl-Devel-Comments on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Devel-Comments using yum by running the following command:

sudo yum -y install perl-Devel-Comments

How To Uninstall perl-Devel-Comments on Fedora 36

To uninstall only the perl-Devel-Comments package we can use the following command:

sudo dnf remove perl-Devel-Comments

perl-Devel-Comments Package Contents on Fedora 36

/usr/share/doc/perl-Devel-Comments
/usr/share/doc/perl-Devel-Comments/Changes
/usr/share/doc/perl-Devel-Comments/README
/usr/share/man/man3/Devel::Comments.3pm.gz
/usr/share/man/man3/IO::Capture::Sayfix.3pm.gz
/usr/share/man/man3/IO::Capture::Tellfix.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Comments.pm
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Capture
/usr/share/perl5/vendor_perl/IO/Capture/Sayfix.pm
/usr/share/perl5/vendor_perl/IO/Capture/Tellfix.pm

References

Summary

In this tutorial we learn how to install perl-Devel-Comments on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).