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

Last updated: May 10,2024

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

Here is a brief guide to show you how to install perl-Smart-Comments.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Smart-Comments.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:28:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Smart-Comments
Epoch : 1
Version : 1.06
Release : 16.fc34
Architecture : noarch
Size : 34 k
Source : perl-Smart-Comments-1.06-16.fc34.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.