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

Last updated: May 18,2024

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

This guide covers the steps necessary to install perl-File-Comments.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-File-Comments.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:16:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Comments
Version : 0.08
Release : 30.fc34
Architecture : noarch
Size : 41 k
Source : perl-File-Comments-0.08-30.fc34.src.rpm
Repository : fedora
Summary : Recognizes file formats and extracts format-specific comments
URL : https://metacpan.org/release/File-Comments
License : GPL+ or Artistic
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.