How to Install and Uninstall perl-File-Comments.noarch Package on Fedora 39

Last updated: October 03,2024

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

This tutorial shows how to install perl-File-Comments.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-File-Comments.noarch on Fedora 39:

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

3. Information about the perl-File-Comments.noarch package on Fedora 39

Last metadata expiration check: 0:43:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-File-Comments
Version : 0.08
Release : 38.fc39
Architecture : noarch
Size : 43 k
Source : perl-File-Comments-0.08-38.fc39.src.rpm
Repository : fedora
Summary : Recognizes file formats and extracts format-specific comments
URL : https://metacpan.org/release/File-Comments
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : File::Comments guesses the type of a given file, determines the format
: used for comments, extracts all comments, and returns them as a
: reference to an array of chunks. Alternatively, it strips all comments
: from a file.
:
: Currently supported are Perl scripts, C/C++ programs, Java, makefiles,
: JavaScript, Python and PHP.