How To Install perl-WebService-Dropbox on Fedora 36

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

Introduction

In this tutorial we learn how to install perl-WebService-Dropbox on Fedora 36.

What is perl-WebService-Dropbox

This package provides a Perl interface to Dropbox API with following features - Support Dropbox v1 REST API - Support Furl (Fast!!!) - Streaming IO (Low Memory) - Default URI Escape (The specified path is UTF-8 decoded string)

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

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

sudo dnf -y install perl-WebService-Dropbox

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

sudo yum -y install perl-WebService-Dropbox

How To Uninstall perl-WebService-Dropbox on Fedora 36

To uninstall only the perl-WebService-Dropbox package we can use the following command:

sudo dnf remove perl-WebService-Dropbox

perl-WebService-Dropbox Package Contents on Fedora 36

/usr/share/doc/perl-WebService-Dropbox
/usr/share/doc/perl-WebService-Dropbox/Changes
/usr/share/doc/perl-WebService-Dropbox/HOW_TO_DEVELOPMENT.md
/usr/share/doc/perl-WebService-Dropbox/README.md
/usr/share/doc/perl-WebService-Dropbox/example
/usr/share/doc/perl-WebService-Dropbox/example/cli
/usr/share/doc/perl-WebService-Dropbox/example/cli/README.md
/usr/share/doc/perl-WebService-Dropbox/example/cli/app.pl
/usr/share/doc/perl-WebService-Dropbox/example/cli/cpanfile
/usr/share/doc/perl-WebService-Dropbox/example/cli/cpanfile.snapshot
/usr/share/doc/perl-WebService-Dropbox/example/mig
/usr/share/doc/perl-WebService-Dropbox/example/mig/mig.pl
/usr/share/doc/perl-WebService-Dropbox/example/web
/usr/share/doc/perl-WebService-Dropbox/example/web/README.md
/usr/share/doc/perl-WebService-Dropbox/example/web/app.psgi
/usr/share/doc/perl-WebService-Dropbox/example/web/cpanfile
/usr/share/licenses/perl-WebService-Dropbox
/usr/share/licenses/perl-WebService-Dropbox/LICENSE
/usr/share/man/man3/WebService::Dropbox.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Auth.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Files.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Files::CopyReference.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Files::ListFolder.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Files::UploadSession.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Sharing.3pm.gz
/usr/share/man/man3/WebService::Dropbox::TokenFromOAuth1.3pm.gz
/usr/share/man/man3/WebService::Dropbox::Users.3pm.gz
/usr/share/perl5/vendor_perl/WebService
/usr/share/perl5/vendor_perl/WebService/Dropbox
/usr/share/perl5/vendor_perl/WebService/Dropbox.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Auth.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Files
/usr/share/perl5/vendor_perl/WebService/Dropbox/Files.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Files/CopyReference.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Files/ListFolder.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Files/UploadSession.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Sharing.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/TokenFromOAuth1.pm
/usr/share/perl5/vendor_perl/WebService/Dropbox/Users.pm

References

Summary

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