We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
scipio3
2 years agoHelpful | Level 5
Can't Install Proprietary Dropbox Daemon Ubuntu 22.04 Linux
I have been trying to install dropbox on my Ubuntu 22.04 Linux machine for a while now. I am able to install the deb package, but after this it says it needs to download the proprietary dropbox daem...
- 2 years agoAs I guessed, you have some network issues. Can you download the link above - https://www.dropbox.com/download?plat=lnx.x86_64 in some way and unpack it in your home folder? After that you should be able run the application, but without network connection it wouldn't work properly, most probably.
Good luck.
Здравко
Legendary | Level 20
TitE wrote:Nope, download does not start. ...
If neither package nor offline archive downloads, that's NOT a Dropbox issue! It's your system network configuration issue. Find out what's there and fix it. You can get additional details when use -v option with either curl or wget.
TitE
2 years agoExplorer | Level 4
I can manually download the link: https://www.dropbox.com/download?plat=lnx.x86_64 with no issues, so it is not a network issue. I am not sure what the problem is. I will try the -v option and report.
- Здравко2 years agoLegendary | Level 20
TitE wrote:
I can manually download ...
TitE wrote:
Nope, download does not start. ...🤔Are you aware what's going on actually? How are you running curl or wget? Is it manual or no? If they can't work you have some your network' issue! They are NOT part of Dropbox.
Add:
TitE wrote:
...wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64"
hangs. Running:
wget -v https://www.dropbox.com/download?plat=lnx.x86_64
works, but in an insanely slow time. Here's the output:
**bleep**@**bleep**-Lenovo-B580:~$ wget -v https://www.dropbox.com/download?plat=lnx.x86_64
--2023-03-12 17:21:43-- https://www.dropbox.com/download?plat=lnx.x86_64
Razreševanje www.dropbox.com (www.dropbox.com) ... 2620:100:6020:18::a27d:4012, 162.125.64.18
Povezovanje na www.dropbox.com (www.dropbox.com)|2620:100:6020:18::a27d:4012|:443 ... spodletelo: Connection timed out.
Povezovanje na www.dropbox.com (www.dropbox.com)|162.125.64.18|:443 ... povezano.
HTTP zahteva poslana, čakanje na odgovor ... 302 Found
Položaj: https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-169.4.5684.tar.gz [spremljanje]
--2023-03-12 17:23:53-- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-169.4.5684.tar.gz
Razreševanje edge.dropboxstatic.com (edge.dropboxstatic.com) ... 2620:100:6020:22::a27d:4016, 162.125.64.22
Povezovanje na edge.dropboxstatic.com (edge.dropboxstatic.com)|2620:100:6020:22::a27d:4016|:443 ... spodletelo: Connection timed out.
Povezovanje na edge.dropboxstatic.com (edge.dropboxstatic.com)|162.125.64.22|:443 ... povezano.
HTTP zahteva poslana, čakanje na odgovor ... 200 OK
Dolžina: 110350680 (105M) [application/gzip]
Shranjevanje v: ‘download?plat=lnx.x86_64’download?plat=lnx.x86_64 100%[=====================================================================================>] 105.24M 6.87MB/s in 15s
2023-03-12 17:26:18 (7.16 MB/s) - ‘download?plat=lnx.x86_64’ shranjeno [110350680/110350680]
...
As can be seen your wget works. 🙂 I'm not so sure what you mean "hangs" above. Do you mean strange symbols flowing through your terminal? 🧐👈 If so😜, it's normal since the option you're using (i.e. -O -) force wget to dump the file content on the terminal, but this file is binary, not text one! Use that wget's option only when you want to chain wget output to some other command (as done in examples you have looked on), but no otherwise. 😉 Or instead second dash, set a proper file name (something like dropbox.tar.gz, for instance); dash means standard output and when no chained, this output defaults to terminal.
Hope this clarifies matter.
- TitE2 years agoExplorer | Level 4I’m not sure whether my edit can be seen, but just in case, here it is once again: “hangs” means the connection times out for all practical purposes. The problem was my network not supporting IPv6. Using the “—inet4-only” option solves the issue. However, I would have to either edit the installer code or force the wget/curl commands to use IPv4 in their settings somehow to get the automatic installer to work properly. Consider the issue solved, thanks.
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!