Theresa Arzadon-Labajo

Newer dropbox won't run on RHEL/CentOS/Springdale 6

Posted by Theresa Arzadon-Labajo (tarzadon) on Jan 08 2015
Tech Stuff >> Unix-Linux
When downloading a newer Dropbox and running ~/.dropbox-dist/dropboxd, nothing happens. Here is the workaround:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar
xzf -
rm ~/.dropbox-dist/dropbox-lnx.x86*/libxml2.so.2
~/.dropbox-dist/dropboxd
If it still doesn't work, try running:
rm -r .dropbox
rm -r .dropbox-dist
Then go through the steps above again.

Last changed: Feb 27 2020 at 4:01 PM

Back