Wednesday, January 26, 2011

Dropbox on Linux Debian


The Dropbox is a great application to keep your documents in sync on multiple computers and works on Mac OSX, windows, Linux, ios and soon in android. And you can go to dropbox page and access your files. Get your at www.dropbox.com

How to install on linux?



Download dropbox "...tar.bz" file in download section

Then:

# su

Enter you password

# nautilus-dropbox-0.6.7.tar.bz2 /usr/lib/; cd /usr/lib/; tar -jxvf nautilus-dropbox-0.6.7.tar.bz2

# apt-get update

# apt-get install libnautilus-extension-dev libnotify-dev python-docutils

# cd nautilus-dropbox-0.6.7

# ./configure

# make

# make install

# dropbox start -i

After that dropbox is going to download the files (wait..) and just follow the wizard to complete.

No comments:

Post a Comment