How to install Dropbox in Ubuntu 8.10
Dropbox is my favorite online storage solution. Here’s how to install it on Ubuntu 8.10 Interpid 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<br /> 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<br /> root@dingo:~# echo "deb-src http://linux....