How to Install and Uninstall perl-CPAN-Meta-Requirements Package on openSuSE Tumbleweed

Last updated: May 17,2024

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

This tutorial shows how to install perl-CPAN-Meta-Requirements on openSuSE Tumbleweed

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

$ sudo zypper remove perl-CPAN-Meta-Requirements

3. Information about the perl-CPAN-Meta-Requirements package on openSuSE Tumbleweed

Information for package perl-CPAN-Meta-Requirements:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CPAN-Meta-Requirements
Version : 2.143000-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 81.1 KiB
Installed : No
Status : not installed
Source package : perl-CPAN-Meta-Requirements-2.143000-1.3.src
Upstream URL : https://metacpan.org/release/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.