How To Install perl-URI-Fetch on Fedora 36

In this tutorial we learn how to install perl-URI-Fetch in Fedora 36. perl-URI-Fetch is Smart URI fetching/caching

Introduction

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

What is perl-URI-Fetch

URI feeds (RSS, Atom, and others), in an intelligent, bandwidth and time saving way.

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

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

sudo dnf -y install perl-URI-Fetch

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

sudo yum -y install perl-URI-Fetch

How To Uninstall perl-URI-Fetch on Fedora 36

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

sudo dnf remove perl-URI-Fetch

perl-URI-Fetch Package Contents on Fedora 36

/usr/share/doc/perl-URI-Fetch
/usr/share/doc/perl-URI-Fetch/Changes
/usr/share/doc/perl-URI-Fetch/README
/usr/share/doc/perl-URI-Fetch/t
/usr/share/doc/perl-URI-Fetch/t/00-compile.t
/usr/share/doc/perl-URI-Fetch/t/01-fetch.t
/usr/share/doc/perl-URI-Fetch/t/02-freezethaw.t
/usr/share/licenses/perl-URI-Fetch
/usr/share/licenses/perl-URI-Fetch/LICENSE
/usr/share/man/man3/URI::Fetch.3pm.gz
/usr/share/man/man3/URI::Fetch::Response.3pm.gz
/usr/share/perl5/vendor_perl/URI
/usr/share/perl5/vendor_perl/URI/Fetch
/usr/share/perl5/vendor_perl/URI/Fetch.pm
/usr/share/perl5/vendor_perl/URI/Fetch/Response.pm

References

Summary

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