Dropbox on Debian
Dropbox is out of closed beta and is open for the public, but what is more interesting is that they now have a client for Linux. I’ve had a beta email sat in my inbox for about 3-4 months, but I’ve never got round to signing up as I couldn’t get a client for Linux.
Dropbox is one of the new wave of online storage, sort of a cross between WebDAV and SVN, in fact, I’d say its almost exactly like SVN, just with a nice GUI. I guess all it would need to take the “value-added” part of this product is for someone to develop a nice front end for Amazon S3, and by looking at their future prices it could be cheaper.
Anyway, picking out the bits of the service is not what I’m here to do. At the moment I run a Debian Testing/Unstable desktop machine, I was quite disappointed to not see a specific Debian package for their software on the website. I realised after a few dumb minutes that I could use the Ubuntu packages.
In sources.list, I referenced their Gusty archive
deb http://www.getdropbox.com/static/ubuntu gutsy main
Then in /etc/apt/preferences I set some basic package pinning to make sure that any packages didn’t collide with the existing Debian repository, not likely but you never know.
Package: * Pin: release a=gutsy Pin-Priority: 400
Do a “apt-get update” and you should have the “nautilus-dropbox” package available to install. Simple!
Remember, you’ll need to restart nautilus by either killing it (killall -9 nautilus) or restarting your Gnome session.
[edit: Fixed the first URL]

first link wrong.
waitin’ for public protocol. Nautilus sucks… and hate fat DEs =)
LMZ
15 Sep 08 at 2:51 pm
http://www.getdropbox.com/ not http://dropbox.com/
rjc
16 Sep 08 at 10:28 am
Hi there,
Any tips on how to set this up on debian without root access? Been struggling to compile the nautilus libraries as we use KDE at UoT
mitjak
7 Nov 09 at 8:34 pm
Good work !
tnks
SoaT
26 Dec 09 at 9:12 pm
To those who want Dropbox without Nautilus (or X11 even), there’s a way of installing it for CLI use. Here’s a howto:
http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall
Or you can browse through their download page.
xaethos
12 Jan 10 at 4:53 am
I have installed it succesfully in Lenny (64bit) using Ubuntu 7.10 package.
dalareo
18 Feb 10 at 2:24 pm