https://www.dropbox.com/download?plat=lnx.x86_64 points to 31.4.24 yesterday, yet it changed back to 30.4.23 this morning. I believe that's because 31.4.24 has big problems on Windows [1]. I synced my files on several Arch boxes with 31.4.24 today and see no issues, so I decide to stay with 31.4.24. If you got problems with 31.4.24 while 30.4.23 is fine, please tell me and I'll downgrade this package.
Update: Dropbox just releases 31.4.25 and https://www.dropbox.com/download?plat=lnx.x86_64 points to this version. I guess they've fixed the problem.
[1] https://www.dropboxforum.com/t5/Desktop-client-builds/Stable-Build-31-4-24/m-p/235160#M4184
Search Criteria
Package Details: dropbox 224.4.4811-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dropbox.git (read-only, click to copy) |
---|---|
Package Base: | dropbox |
Description: | A free service that lets you bring your photos, docs, and videos anywhere and share them easily. |
Upstream URL: | https://www.dropbox.com |
Licenses: | custom |
Submitter: | mtorromeo |
Maintainer: | mtorromeo |
Last Packager: | mtorromeo |
Votes: | 2379 |
Popularity: | 1.99 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2025-05-19 18:54 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- libsm
- libxcomposite
- libxdamage
- libxmu
- libxrender
- libxslt (libxslt-gitAUR)
- libxxf86vm
- gendesk (make)
- libappindicator-gtk3 (optional) – make tray icons themed under some desktop environments like KDE plasma
- perl-file-mimeinfo (optional) – opening dropbox folder on some desktop environments
- ufw-extras (optional) – ufw rules for dropbox
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – for "Launch Dropbox Website" and file manager integration
Required by (9)
Sources (8)
- dropbox.service
- dropbox@.service
- DropboxGlyph_Blue.svg
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz.asc
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-224.4.4811.tar.gz
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-224.4.4811.tar.gz.asc
- terms.txt
Latest Comments
« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 97 Next › Last »
yan12125 commented on 2017-08-04 16:27 (UTC) (edited on 2017-08-04 19:23 (UTC) by yan12125)
yan12125 commented on 2017-07-26 12:01 (UTC) (edited on 2017-07-28 06:17 (UTC) by yan12125)
I unflagged it as the official download link still points to dropbox-lnx.x86_64-30.4.22.tar.gz, and there's no news about 30.4.23 on Desktop client builds announcements [1]. I suspect it not a real stable version.
@timofonic: how did you get those URLs? Any clue that's a stable release?
[1] https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016
timofonic commented on 2017-07-26 03:07 (UTC)
Outdated....
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-30.4.23.tar.gz
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-30.4.23.tar.gz
Alexpin commented on 2017-07-16 07:10 (UTC)
@LukeLR fakeroot is in group base-devel, which is an implied dependency of makepkg.
user20159 commented on 2017-07-16 07:06 (UTC)
Since installation requires fakeroot, it should be listed as a dependency.
yan12125 commented on 2017-05-31 15:13 (UTC)
Hello, Dropbox's server has changed something so that update.sh is broken. I have to change this line:
grep -P '^Location:'
into
grep -iP '^Location:'
Although that script is not directly related to this package, it's useful for those who want to build latest dropbox packages locally. Could you consider fixing update.sh?
gcavallo commented on 2017-05-12 18:48 (UTC)
See https://www.dropbox.com/help/security/official-domains if concerned about domain change.
yan12125 commented on 2017-04-17 12:23 (UTC)
Dropbox uses a new URL scheme for the latest version (23.4.19):
$ curl --head "https://www.dropbox.com/download?plat=lnx.x86_64" | grep 'Location:'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Location: https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-23.4.19.tar.gz
Could you change it? As mentioned below, dropboxusercontent is not so trustyworthy.
Lemongrass commented on 2017-04-05 22:20 (UTC)
My Dropbox is 21.4.25., out of date. I have a file called dropbox-update-22.4.24.tar.gz in .dropbox.cache . How can I make Dropbox update?
Notes: I have dropbox-cli and I always run Dropbox in Firejail like firejail dropbox.
figue commented on 2017-02-09 23:29 (UTC)
My "dynamic mod" still works with 19.4.13... Not so bad after all ;)
Pinned Comments
yan12125 commented on 2019-01-05 16:39 (UTC) (edited on 2019-02-27 08:11 (UTC) by yan12125)
Run the following command in case you got errors during "Verifying source file signatures with gpg..."
Alternatively, you can download Dropbox's public key from https://linux.dropbox.com/fedora/rpm-public-key.asc and import it with:
You can check whether keys are successfully imported or not using the output of
gpg -k
. You should find something like this:yan12125 commented on 2018-08-01 11:41 (UTC) (edited on 2020-01-24 15:13 (UTC) by yan12125)
If you can't run the dropbox@ service normally, try to create a read-only directory ~/.dropbox-dist and run again.
yan12125 commented on 2017-11-06 15:13 (UTC) (edited on 2019-03-18 03:50 (UTC) by yan12125)
Some useful places for issues about Dropbox itself (not the package):
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016 Official Dropbox user feedback forum
Arch Linux discussion places: https://bbs.archlinux.org/, #archlinux on freenode.net, https://lists.archlinux.org/listinfo/aur-general