How to Install and Uninstall perl-CPAN-Meta-Requirements Package on openSUSE Leap

Last updated: July 05,2024

1. Install "perl-CPAN-Meta-Requirements" package

This is a short guide on how to install perl-CPAN-Meta-Requirements on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-CPAN-Meta-Requirements

2. Uninstall "perl-CPAN-Meta-Requirements" package

This is a short guide on how to uninstall perl-CPAN-Meta-Requirements on openSUSE Leap:

$ sudo zypper remove perl-CPAN-Meta-Requirements

3. Information about the perl-CPAN-Meta-Requirements package on openSUSE Leap

Information for package perl-CPAN-Meta-Requirements:
----------------------------------------------------
Repository : Main Repository
Name : perl-CPAN-Meta-Requirements
Version : 2.140000-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 68.4 KiB
Installed : No
Status : not installed
Source package : perl-CPAN-Meta-Requirements-2.140000-1.24.src
Upstream URL : http://search.cpan.org/dist/CPAN-Meta-Requirements/
Summary : Set of Version Requirements for a Cpan Dist
Description :
A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the _META.yml_ or _META.json_ files in CPAN
distributions, and as defined by CPAN::Meta::Spec; It can be built up by
adding more and more constraints, and it will reduce them to the simplest
representation.
Logically impossible constraints will be identified immediately by thrown
exceptions.