We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Wijnand
5 years agoHelpful | Level 6
Dropbox_2020.03.04_amd64.deb and Debian Buster
Yesterday I installed Debian Buster on a netbook that is not powerful enough for Windows 10.
I tried to install Dropbox but I got an error about python3 and python3-gi not meeting the requirements. The picture shows the Dutch message, I don't know what the English version would be like.
The installed python3 is version 3.7.3-1 and python3-gi 3.30.4-1 so I don't get the point.
Anybody?
Hi Здравко , you were right about the 32bit vs 64bit question: allthough both the boot message and the uname command say "amd64" I have a 32bit Debian. I'v got the CLI dropbox working now.
Thanks for your help.
- ЗдравкоLegendary | Level 20
Hi Wijnand,
First make sure everything installed is up to date:
sudo apt-get update sudo apt-get upgade
Now, check what is the actual version of the installed packages and try install using 'dpkg':
dpkg-query -s python3 python3-gi | grep -e "Package: " -e "Version: " dpkg -i Downloads/dropbox_2020.03.04_amd64.deb
What is the result?
- WijnandHelpful | Level 6
Thank you for the advice, but the result is the same:
- versions 3.7.3-1 and 3.30.4-1 for python3 and python3-gi
- problems with the requirements prevent configuration of dropbox:amd64
- ЗдравкоLegendary | Level 20
You didn't show other results. Anyway... try following:
apt-get install procps python3-gi python3 libatk1.0-0 libc6 libcairo2 libglib2.0-0 libgtk-3-0 libpango1.0-0 lsb-release gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 nautilus python3-gpg
Execute entire line at once. Just a check - if some package is missing (not only python related). What is the output?
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!