How to Install and Uninstall perl-CPAN-Common-Index Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-CPAN-Common-Index" package

Please follow the step by step instructions below to install perl-CPAN-Common-Index on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CPAN-Common-Index

2. Uninstall "perl-CPAN-Common-Index" package

Please follow the guidance below to uninstall perl-CPAN-Common-Index on openSuSE Tumbleweed:

$ sudo zypper remove perl-CPAN-Common-Index

3. Information about the perl-CPAN-Common-Index package on openSuSE Tumbleweed

Information for package perl-CPAN-Common-Index:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CPAN-Common-Index
Version : 0.010-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 59.6 KiB
Installed : No
Status : not installed
Source package : perl-CPAN-Common-Index-0.010-1.15.src
Upstream URL : https://metacpan.org/release/CPAN-Common-Index
Summary : Common library for searching CPAN modules, authors and distributions
Description :
This module provides a common library for working with a variety of CPAN
index services. It is intentionally minimalist, trying to use as few
non-core modules as possible.
The 'CPAN::Common::Index' module is an abstract base class that defines a
common API. Individual backends deliver the API for a particular index.
As shown in the SYNOPSIS, one interesting application is multiplexing --
using different index backends, querying each in turn, and returning the
first result.