How to Install and Uninstall perl-Module-Install-AuthorRequires.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "perl-Module-Install-AuthorRequires.noarch" package

Please follow the steps below to install perl-Module-Install-AuthorRequires.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Module-Install-AuthorRequires.noarch

2. Uninstall "perl-Module-Install-AuthorRequires.noarch" package

This guide let you learn how to uninstall perl-Module-Install-AuthorRequires.noarch on Fedora 38:

$ sudo dnf remove perl-Module-Install-AuthorRequires.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Install-AuthorRequires.noarch package on Fedora 38

Last metadata expiration check: 3:32:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Module-Install-AuthorRequires
Version : 0.02
Release : 31.fc38
Architecture : noarch
Size : 13 k
Source : perl-Module-Install-AuthorRequires-0.02-31.fc38.src.rpm
Repository : fedora
Summary : Declare author-only dependencies
URL : https://metacpan.org/release/Module-Install-AuthorRequires
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Modules often have optional requirements, for example dependencies that
: are useful for (optional) tests, but not required for the module to
: work properly.
:
: Simply using this module "author_requires" command allows to specify such
: developer specific dependencies in a proper way.