How to install Dropbox on Ubuntu 14.04 (October 2015) [duplicate]

I make this answered question because it took me a while to find the right solution so I hope it helps somebody (I am a quite new to Linux so I was trying to use the "secure" way to do it):

  • Dropbox has some kind of update/compatibility issues with ubuntu (or the other way around). Solutions that I see on forums from months and years ago do not work after some months (after reading the comments). This worked for me on Ubuntu 14.04 on october 2015
  • Dropbox installed from the ubuntu software center won't work/start
  • Downloaded .deb file from the dropbox website requires a daemon to be installed. After installing it, dropbox still does not work and gives a lot of error messages (about the daemon)

Solution: Just use the command line (terminal)

sudo apt-get install nautilus-dropbox

I found the command here: Things To Do After Installing Ubuntu 14.04 - It's FOSS

I found a detailed explanation on this issue on the answer of this question (hard to find if you don't know about the problematic update): Dropbox Upgrade


Solution 1:

1.Download the installer from Official site ,(64 bit ,32 bit)

2.Open terminal and run the following command:

For 32 bit:

 cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -

For 64 bit:

 cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -

then run,

~/.dropbox-dist/dropboxd
  • You can also install from Software Center

Or

Open terminal and run:

sudo apt-get install nautilus-dropbox

then it will ask to restart all running instances of Nautilus,then run nautilus --quit

Imgur

Imgur

terminal commands for dropbox:

dropbox 

status       get current status of the dropboxd
help         provide help
puburl       get public url of a file in your dropbox
stop         stop dropboxd
running      return whether dropbox is running
update       download latest version of dropbox
start        start dropboxd
filestatus   get current sync status of one or more files
ls           list directory contents with current sync status
autostart    automatically start dropbox at login
exclude      ignores/excludes a directory from syncing
lansync      enables or disables LAN sync