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

shibananda's avatar
shibananda
Explorer | Level 3
2 years ago

Unable install Dropbox in my new Dell AIO with UBUNTU 20.04LTS

I just bought a Dell Optiplex 7400 All-in-One with pre-installed OS UBUNTU 20.04 LTS. I tried to install dropbox which is a must for but unable to do so. It says: "trouble connecting dropbox servers...
  • Здравко's avatar
    Здравко
    2 years ago

    Hi shibananda,

    Do something like following (step by step - line by line):

    $ curl -L https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb > ~/dropbox.deb
    $ sudo apt-get install ~/dropbox.deb
    $ rm ~/dropbox.deb
    $ dropbox stop
    $ rm -rf ~/.dropbox*
    $ dropbox start -i

    Execute all commands as they are - without any change, in the same order. After the last command you will be invited to authorize the application. Does the Dropbox application work now? 🧐 If any error appears, post the exact appearing in the terminal (together with commands and results - including the error text).

    Good luck.