How To Install perl-CPAN-Common-Index on Fedora 36

In this tutorial we learn how to install perl-CPAN-Common-Index in Fedora 36. perl-CPAN-Common-Index is Common library for searching CPAN modules, authors and distributions

Introduction

In this tutorial we learn how to install perl-CPAN-Common-Index on Fedora 36.

What is perl-CPAN-Common-Index

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.

We can use yum or dnf to install perl-CPAN-Common-Index on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CPAN-Common-Index.

Install perl-CPAN-Common-Index on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-CPAN-Common-Index using dnf by running the following command:

sudo dnf -y install perl-CPAN-Common-Index

Install perl-CPAN-Common-Index on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-CPAN-Common-Index using yum by running the following command:

sudo yum -y install perl-CPAN-Common-Index

How To Uninstall perl-CPAN-Common-Index on Fedora 36

To uninstall only the perl-CPAN-Common-Index package we can use the following command:

sudo dnf remove perl-CPAN-Common-Index

perl-CPAN-Common-Index Package Contents on Fedora 36

/usr/share/doc/perl-CPAN-Common-Index
/usr/share/doc/perl-CPAN-Common-Index/CONTRIBUTING.mkdn
/usr/share/doc/perl-CPAN-Common-Index/Changes
/usr/share/doc/perl-CPAN-Common-Index/README
/usr/share/doc/perl-CPAN-Common-Index/Todo
/usr/share/doc/perl-CPAN-Common-Index/examples
/usr/share/doc/perl-CPAN-Common-Index/examples/synopsis.pl
/usr/share/licenses/perl-CPAN-Common-Index
/usr/share/licenses/perl-CPAN-Common-Index/LICENSE
/usr/share/man/man3/CPAN::Common::Index.3pm.gz
/usr/share/man/man3/CPAN::Common::Index::LocalPackage.3pm.gz
/usr/share/man/man3/CPAN::Common::Index::MetaDB.3pm.gz
/usr/share/man/man3/CPAN::Common::Index::Mirror.3pm.gz
/usr/share/man/man3/CPAN::Common::Index::Mux::Ordered.3pm.gz
/usr/share/perl5/vendor_perl/CPAN
/usr/share/perl5/vendor_perl/CPAN/Common
/usr/share/perl5/vendor_perl/CPAN/Common/Index
/usr/share/perl5/vendor_perl/CPAN/Common/Index.pm
/usr/share/perl5/vendor_perl/CPAN/Common/Index/LocalPackage.pm
/usr/share/perl5/vendor_perl/CPAN/Common/Index/MetaDB.pm
/usr/share/perl5/vendor_perl/CPAN/Common/Index/Mirror.pm
/usr/share/perl5/vendor_perl/CPAN/Common/Index/Mux
/usr/share/perl5/vendor_perl/CPAN/Common/Index/Mux/Ordered.pm

References

Summary

In this tutorial we learn how to install perl-CPAN-Common-Index on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).