How to Install and Uninstall perl-Version-Requirements.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-Version-Requirements.noarch" package

This guide covers the steps necessary to install perl-Version-Requirements.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Version-Requirements.noarch

2. Uninstall "perl-Version-Requirements.noarch" package

Please follow the guidelines below to uninstall perl-Version-Requirements.noarch on Fedora 36:

$ sudo dnf remove perl-Version-Requirements.noarch $ sudo dnf autoremove

3. Information about the perl-Version-Requirements.noarch package on Fedora 36

Last metadata expiration check: 4:30:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Version-Requirements
Version : 0.101023
Release : 22.fc36
Architecture : noarch
Size : 24 k
Source : perl-Version-Requirements-0.101023-22.fc36.src.rpm
Repository : fedora
Summary : Set of version requirements for a CPAN dist (DEPRECATED)
URL : https://metacpan.org/release/Version-Requirements
License : GPL+ or Artistic
Description : Version::Requirements is now DEPRECATED.
:
: Use CPAN::Meta::Requirements, which is a drop-in replacement.
:
: A Version::Requirements object models a set of version constraints like
: those specified in the META.yml or META.json files in CPAN distributions.
: It can be built up by adding more and more constraints, and it will reduce
: them to the simplest representation.