Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
25
rated 0 times [  25] [ 0]  / answers: 1 / hits: 57314  / 2 Years ago, fri, june 10, 2022, 4:16:04

Since a while, 2 weeks, Dropbox does not startup anymore on my laptop running Ubuntu 12.04 LTS with GNOME shell.



When I run dropbox start -i in the console I get the following output.



  Starting Dropbox...Traceback (most recent call last):
File "/usr/bin/dropbox", line 1387, in <module>
ret = main(sys.argv)
File "/usr/bin/dropbox", line 1376, in main
result = commands[argv[i]](argv[i+1:])
File "/usr/bin/dropbox", line 1247, in start
if not start_dropbox():
File "/usr/bin/dropbox", line 731, in start_dropbox
stderr=sys.stderr, stdout=f, close_fds=True)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error


I already removed Dropbox and reinstalled it. What should I do to fix this?


More From » dropbox

 Answers
4

Try to reinstall dropbox.



First open a terminal and type the following to remove dropbox:



sudo apt-get clean
sudo apt-get update
sudo apt-get --purge remove nautilus-dropbox
sudo apt-get --purge autoremove


Now type the next commands in sequence to install dropbox.



sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo add-apt-repository "deb http://linux.dropbox.com/ubuntu $(lsb_release -sc) main"
sudo apt-get update && sudo apt-get install nautilus-dropbox


Source


[#32848] Saturday, June 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
naldis questions
;