
Dropbox is my favorite online storage solution. Here’s how to install it on Ubuntu 8.10 Interpid
1. Add the Dropbox repository for Ubuntu package source file. I use /etc/apt/source.list.d/dropbox.list file.
deb http://linux.getdropbox.com/ubuntu intrepid main
deb-src http://linux.getdropbox.com/ubuntu intrepid main
Either manually add the lines above to the /etc/apt/source.list.d/dropbox.list file or run the commands below to do the same.
root@dingo:~# echo "deb http://linux.getdropbox.com/ubuntu intrepid main" >> /etc/apt/sources.list.d/dropbox.list
root@dingo:~# echo "deb-src http://linux.getdropbox.com/ubuntu intrepid main" >> /etc/apt/sources.list.d/dropbox.list
root@dingo:~# cat /etc/apt/sources.list.d/dropbox.list
2. Update your packages list. Run “apt-get update“.
root@dingo:~# apt-get update
.............
...........
.............
Ign http://linux.getdropbox.com intrepid Release.gpg
Ign http://linux.getdropbox.com intrepid/main Translation-en_US
Ign http://linux.getdropbox.com intrepid Release
Ign http://linux.getdropbox.com intrepid/main Packages
Ign http://linux.getdropbox.com intrepid/main Sources
Get:1 http://linux.getdropbox.com intrepid/main Packages [622B]
Get:2 http://linux.getdropbox.com intrepid/main Sources [537B]
……………..
…………..
Fetched 1160B in 59s (20B/s)
Reading package lists… Done
3. Install Dropbox
root@dingo:~# apt-get install nautilus-dropbox
…….
…….
…….
Setting up nautilus-dropbox (0.5.0-1) …
4. Restart nautilus to start Dropbox. You will see a new Dropbox icon in your system tray. Right click on it and select “start dropbox“. The daemon will download the binaries required and start the registration process.
root@dingo:~# killall nautilus
That’s it. Enjoy this get service.
Buzz me if you need help…








