We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
hikingferal
2 years agoNew member | Level 2
Dropbox fails to install Ubuntu
Kubuntu app works fine but Dropbox fails to install to vanilla Ubuntu 23.04, quick Google search tells me that this issue has been known about for literally years, I am just reminding whoever at Drop...
Wanditoast
2 years agoNew member | Level 2
There are different ways to approach this issue, here are some general tips to try:
1. Make sure your Ubuntu system is up to date by running the update command:
sudo apt-get update && sudo apt-get upgrade
2. Check if any previous attempts to install Dropbox left behind any residual files or packages using the following command:
sudo apt-get remove dropbox*
3. Download the Dropbox package from the official website and install it manually using the following command:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
4. Start the Dropbox daemon using the command:
~/.dropbox-dist/dropboxd
5. If you still experience issues, try installing Dropbox using the command line interface (CLI) method. Open Terminal and enter the following commands:
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E && echo deb http://linux.dropbox.com/ubuntu xenial main | sudo tee /etc/apt/sources.list.d/dropbox.list && sudo apt-get update && sudo apt-get install nautilus-dropbox
If none of the above steps work, please provide more details on the specific error you're encountering to better assist you.
1. Make sure your Ubuntu system is up to date by running the update command:
sudo apt-get update && sudo apt-get upgrade
2. Check if any previous attempts to install Dropbox left behind any residual files or packages using the following command:
sudo apt-get remove dropbox*
3. Download the Dropbox package from the official website and install it manually using the following command:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
4. Start the Dropbox daemon using the command:
~/.dropbox-dist/dropboxd
5. If you still experience issues, try installing Dropbox using the command line interface (CLI) method. Open Terminal and enter the following commands:
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E && echo deb http://linux.dropbox.com/ubuntu xenial main | sudo tee /etc/apt/sources.list.d/dropbox.list && sudo apt-get update && sudo apt-get install nautilus-dropbox
If none of the above steps work, please provide more details on the specific error you're encountering to better assist you.
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!