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
2 years agoExplorer | Level 3
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...
- 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.
Megan
Dropbox Staff
Hi shibananda, welcome to our Community!
In regards to the installation not being able to take place, it might sound trivial but have you tried rebooting your device at all?
It seems you're able to access your account online without an issue, would that be the case? If I were you, I'd also try to download the app, using the offline installer. Can you give this one a go?
Let me know of any updates!
shibananda
2 years agoExplorer | Level 3
Dear Megan,
Thanks a lot for your reply! I have tried rebooting but it did not work and yes, I am able to access my account online without an issue. I would surely try out your offline solution by downloading the x86_64 Offline Installer and would let you know. Since, I am novish in installing, could you please suggest a link which I could follow line by line in the terminal? Sorry to bother you and intrude on your time but I do hope that you will understand.
Thaking you again,
With best regards,
Shibananda.
- Megan2 years agoDropbox Staff
Hi shibananda, feel free to check out the info here and let me know if there's a specific place you're getting stuck.
- shibananda2 years agoExplorer | Level 3
The instructions at https://help.dropbox.com/installs/linux-commands seems to be for a different file than the one in https://www.dropboxforum.com/t5/Dropbox-desktop-client-builds/Stable-Build-168-4-4802/td-p/661979... I have been trying with the command
tar -zxvf dropbox-lnx.x86_64-168.4.4802.tar.gz
or tar xvf dropbox-lnx.x86_64-168.4.4802.tar.gz
but now new director is coming up where I can give the command
./configure (it says: shibananda@shibananda:~/Downloads/dropbox-lnx.x86_64-168.4.4802$ ./confgiure
bash: ./confgiure: No such file or directory
make
sudo make install (this says: make: *** No rule to make target 'install'. Stop.)I am totally lost...
- Здравко2 years agoLegendary | Level 20
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.
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!