How To Install perl-Flickr-API on Fedora 36

In this tutorial we learn how to install perl-Flickr-API in Fedora 36. perl-Flickr-API is Perl interface to the Flickr API

Introduction

In this tutorial we learn how to install perl-Flickr-API on Fedora 36.

What is perl-Flickr-API

A simple interface for using the Flickr API.

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

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

sudo dnf -y install perl-Flickr-API

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

sudo yum -y install perl-Flickr-API

How To Uninstall perl-Flickr-API on Fedora 36

To uninstall only the perl-Flickr-API package we can use the following command:

sudo dnf remove perl-Flickr-API

perl-Flickr-API Package Contents on Fedora 36

/usr/bin/flickr_dump_stored_config.pl
/usr/bin/flickr_make_stored_config.pl
/usr/bin/flickr_make_test_values.pl
/usr/share/doc/perl-Flickr-API
/usr/share/doc/perl-Flickr-API/Changes
/usr/share/doc/perl-Flickr-API/README
/usr/share/doc/perl-Flickr-API/examples
/usr/share/doc/perl-Flickr-API/examples/flickr_flickr_authentication.pl
/usr/share/doc/perl-Flickr-API/examples/flickr_method_test_echo.pl
/usr/share/doc/perl-Flickr-API/examples/flickr_method_test_login.pl
/usr/share/doc/perl-Flickr-API/examples/flickr_oauth_authentication.pl
/usr/share/licenses/perl-Flickr-API
/usr/share/licenses/perl-Flickr-API/LICENSE
/usr/share/man/man1/flickr_dump_stored_config.pl.1.gz
/usr/share/man/man1/flickr_make_stored_config.pl.1.gz
/usr/share/man/man1/flickr_make_test_values.pl.1.gz
/usr/share/man/man3/Flickr::API.3pm.gz
/usr/share/man/man3/Flickr::API::Cameras.3pm.gz
/usr/share/man/man3/Flickr::API::People.3pm.gz
/usr/share/man/man3/Flickr::API::Reflection.3pm.gz
/usr/share/man/man3/Flickr::API::Request.3pm.gz
/usr/share/man/man3/Flickr::API::Response.3pm.gz
/usr/share/man/man3/Flickr::API::Upload.3pm.gz
/usr/share/perl5/vendor_perl/Flickr
/usr/share/perl5/vendor_perl/Flickr/API
/usr/share/perl5/vendor_perl/Flickr/API.pm
/usr/share/perl5/vendor_perl/Flickr/API/Cameras.pm
/usr/share/perl5/vendor_perl/Flickr/API/People.pm
/usr/share/perl5/vendor_perl/Flickr/API/Reflection.pm
/usr/share/perl5/vendor_perl/Flickr/API/Request.pm
/usr/share/perl5/vendor_perl/Flickr/API/Response.pm
/usr/share/perl5/vendor_perl/Flickr/API/Upload.pm

References

Summary

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