X
X
X
X

Knowledge Base

HomepageKnowledge BaseLinuxLinux Dropbox installation

Linux Dropbox installation

Hello,

Download the appropriate dropbox version at https://www.dropbox.com/install-linux

Then install python on your server.

CentOS:
yum install -y python

Other:
sudo apt install python


Then install the dropbox python script.

sudo wget -O / usr / local / bin / dropbox "https://www.dropbox.com/download?dl=packages/dropbox.py"

For commands to work.
sudo chmod + x / usr / local / bin / dropbox


To start Dropbox

dropbox start or dropbox auto start

You can find out if Dropbox works by using the command below.
dropbox status

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(321 times viewed. / 0 people found helpful.)

Top