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

Last updated: October 08,2024

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

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

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

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

Please follow the instructions below to uninstall perl-Version-Requirements.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:10:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Version-Requirements
Version : 0.101023
Release : 19.fc34
Architecture : noarch
Size : 24 k
Source : perl-Version-Requirements-0.101023-19.fc34.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.