You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

notredruide's avatar
notredruide
Helpful | Level 5
10 months ago

DropBox Locks Up System While Syncing (Linux)

For the last several days, every time I start my Linux system (Ubuntu 22.04) it locks up after a few minutes. DropBox appears to be the cause. It loads on startup and a few minutes into syncing the w...
  • Здравко's avatar
    Здравко
    10 months ago

    Hi notredruide,

    Try following list of commands:

    killall dropbox
    sudo apt-get purge dropbox
    rm -rf ~/.dropbox*
    wget https://linux.dropboxstatic.com/packages/ubuntu/dropbox_2020.03.04_amd64.deb
    sudo apt-get update
    sudo apt-get install $(realpath dropbox_2020.03.04_amd64.deb)
    rm dropbox_2020.03.04_amd64.deb
    sudo apt-get update sudo apt-get upgrade dropbox start -i

    Execute the commands one by one in the order as shown. If some error brings up at some point post exact steps as they appear in the terminal together with the error message.

    Hope this helps.