How to Install and Uninstall perl-Smart-Comments.noarch Package on Fedora 36

Last updated: October 08,2024

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

Please follow the steps below to install perl-Smart-Comments.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Smart-Comments.noarch on Fedora 36:

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

3. Information about the perl-Smart-Comments.noarch package on Fedora 36

Last metadata expiration check: 1:32:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Smart-Comments
Epoch : 1
Version : 1.06
Release : 19.fc36
Architecture : noarch
Size : 33 k
Source : perl-Smart-Comments-1.06-19.fc36.src.rpm
Repository : fedora
Summary : Comments that do more than just sit there
URL : https://metacpan.org/release/Smart-Comments
License : GPL+ or Artistic
Description : Smart comments provide an easy way to insert debugging and tracking code into
: a program. They can report the value of a variable, track the progress of a
: loop, and verify that particular assertions are true.
:
: Best of all, when you're finished debugging, you don't have to remove them.
: Simply commenting out the use Smart::Comments line turns them back into
: regular comments. Leaving smart comments in your code is smart because if you
: needed them once, you'll almost certainly need them again later.