How To Install perl-URI-cpan on Fedora 36

In this tutorial we learn how to install perl-URI-cpan in Fedora 36. perl-URI-cpan is URLs that refer to things on the CPAN

Introduction

In this tutorial we learn how to install perl-URI-cpan on Fedora 36.

What is perl-URI-cpan

This module is for handling URLs that refer to things on the CPAN.

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

Install perl-URI-cpan 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-URI-cpan using dnf by running the following command:

sudo dnf -y install perl-URI-cpan

Install perl-URI-cpan 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-URI-cpan using yum by running the following command:

sudo yum -y install perl-URI-cpan

How To Uninstall perl-URI-cpan on Fedora 36

To uninstall only the perl-URI-cpan package we can use the following command:

sudo dnf remove perl-URI-cpan

perl-URI-cpan Package Contents on Fedora 36

/usr/share/doc/perl-URI-cpan
/usr/share/doc/perl-URI-cpan/Changes
/usr/share/doc/perl-URI-cpan/README
/usr/share/licenses/perl-URI-cpan
/usr/share/licenses/perl-URI-cpan/LICENSE
/usr/share/man/man3/URI::cpan.3pm.gz
/usr/share/man/man3/URI::cpan::author.3pm.gz
/usr/share/man/man3/URI::cpan::dist.3pm.gz
/usr/share/man/man3/URI::cpan::distfile.3pm.gz
/usr/share/man/man3/URI::cpan::module.3pm.gz
/usr/share/man/man3/URI::cpan::package.3pm.gz
/usr/share/perl5/vendor_perl/URI
/usr/share/perl5/vendor_perl/URI/cpan
/usr/share/perl5/vendor_perl/URI/cpan.pm
/usr/share/perl5/vendor_perl/URI/cpan/author.pm
/usr/share/perl5/vendor_perl/URI/cpan/dist.pm
/usr/share/perl5/vendor_perl/URI/cpan/distfile.pm
/usr/share/perl5/vendor_perl/URI/cpan/module.pm
/usr/share/perl5/vendor_perl/URI/cpan/package.pm

References

Summary

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