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

Last updated: October 05,2024

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

This is a short guide on how to install perl-Module-Install-AuthorRequires.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:42:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Module-Install-AuthorRequires
Version : 0.02
Release : 24.fc34
Architecture : noarch
Size : 13 k
Source : perl-Module-Install-AuthorRequires-0.02-24.fc34.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.