How To Install dropbox-api-command on Fedora 36

In this tutorial we learn how to install dropbox-api-command in Fedora 36. dropbox-api-command is Dropbox API wrapper command

Introduction

In this tutorial we learn how to install dropbox-api-command on Fedora 36.

What is dropbox-api-command

A command line tool to manage a directory synced with Dropbox.

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

Install dropbox-api-command 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 dropbox-api-command using dnf by running the following command:

sudo dnf -y install dropbox-api-command

Install dropbox-api-command 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 dropbox-api-command using yum by running the following command:

sudo yum -y install dropbox-api-command

How To Uninstall dropbox-api-command on Fedora 36

To uninstall only the dropbox-api-command package we can use the following command:

sudo dnf remove dropbox-api-command

dropbox-api-command Package Contents on Fedora 36

/usr/bin/dropbox-api
/usr/bin/upload-to-dropbox
/usr/share/doc/dropbox-api-command
/usr/share/doc/dropbox-api-command/Changes
/usr/share/doc/dropbox-api-command/README.md
/usr/share/licenses/dropbox-api-command
/usr/share/licenses/dropbox-api-command/LICENSE
/usr/share/man/man1/dropbox-api.1.gz
/usr/share/man/man1/upload-to-dropbox.1.gz
/usr/share/man/man3/App::dropboxapi.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/dropboxapi.pm

References

Summary

In this tutorial we learn how to install dropbox-api-command on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).