caja-dropbox command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
caja-dropbox: command not found
or when using sudo you get the following error message
sudo: caja-dropbox: command not found
Solutions to caja-dropbox: command not found
How To Fix caja-dropbox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu caja-dropbox is provided by caja-dropbox package.
caja-dropbox is:
Caja Dropbox is an extension that integrates the Dropbox web service with your MATE Desktop.
To use this package you need to install the proprietary dropbox package from https://www.dropbox.com/install.
To fix this problem, we can install more using the command below.
sudo apt-get -y install caja-dropbox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install caja-dropbox.
sudo apt -y install caja-dropbox
Or if you have aptitude installed you can use the following command.
sudo aptitude install caja-dropbox
Summary
In this tutorial we learn how to fix caja-dropbox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.