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

Last updated: December 15,2024

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

This guide let you learn how to install perl-Module-Install-AuthorRequires.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Module-Install-AuthorRequires.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:15:54 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Module-Install-AuthorRequires
Version : 0.02
Release : 26.fc35
Architecture : noarch
Size : 13 k
Source : perl-Module-Install-AuthorRequires-0.02-26.fc35.src.rpm
Repository : fedora
Summary : Declare author-only dependencies
URL : https://metacpan.org/release/Module-Install-AuthorRequires
License : GPL+ or Artistic
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.