我做这个已回答问题,因为我花了一段时间才找到正确的解决方案,所以我希望它能对某些人有所帮助(我对 Linux 还很陌生,所以我试图使用“安全”的方式来做到这一点):
- Dropbox 与 ubuntu 存在某种更新/兼容性问题(反之亦然)。几个月前和几年前我在论坛上看到的解决方案在几个月后就不起作用了(读过评论后)。2015 年 10 月,我在 Ubuntu 14.04 上成功了
- 从 ubuntu 软件中心安装的 Dropbox 无法工作/启动
- 从 dropbox 网站下载的 .deb 文件需要安装守护进程。安装后,dropbox 仍然无法工作,并给出大量错误消息(关于守护进程)
解决方案:只需使用命令行(终端)
sudo apt-get install nautilus-dropbox
我在这里找到了命令:安装 Ubuntu 14.04 后要做的事情 - 它是 FOSS
我在这个问题的答案上找到了关于这个问题的详细解释(如果你不了解有问题的更新的话很难找到):Dropbox 升级
答案1
2.打开终端并运行以下命令:
对于 32 位:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -
对于 64 位:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
然后运行,
~/.dropbox-dist/dropboxd
- 您也可以从软件中心安装
或者
打开终端并运行:
sudo apt-get install nautilus-dropbox
然后它会要求重新启动所有正在运行的 Nautilus 实例,然后运行nautilus --quit
Dropbox 的终端命令:
dropbox
status get current status of the dropboxd
help provide help
puburl get public url of a file in your dropbox
stop stop dropboxd
running return whether dropbox is running
update download latest version of dropbox
start start dropboxd
filestatus get current sync status of one or more files
ls list directory contents with current sync status
autostart automatically start dropbox at login
exclude ignores/excludes a directory from syncing
lansync enables or disables LAN sync