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

Last updated: November 01,2024

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

This guide let you learn how to install perl-Version-Requirements.noarch on Fedora 35

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

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

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

Last metadata expiration check: 5:47:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Version-Requirements
Version : 0.101023
Release : 21.fc35
Architecture : noarch
Size : 24 k
Source : perl-Version-Requirements-0.101023-21.fc35.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.