我首先使用以下命令安装了 dropbox:
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo add-apt-repository "deb http://linux.dropbox.com/ubuntu precise main"
sudo apt-get update && sudo apt-get install nautilus-dropbox
我不知道如何自动启动 Dropbox,所以我决定使用以下命令将其删除并从软件中心重新安装它:
sudo apt-get remove nautilus-dropbox
rm -rf ~/.dropbox
rm -rf ~/.dropbox-dist
当我尝试在 Ubuntu 软件中心再次安装时,它返回一条错误消息:
**Package dependencies cannot be resolved**
This error could be caused by required additional software packages
which are missing or not installable. Furthermore there could be a
conflict between software packages which are not allowed to be installed
at the same time.
Detail:
The following packages have unmet dependencies:
nautilus-dropbox:
有什么帮助吗?
答案1
回答我自己的问题,我基本上按照以下方法重新安装DropboxDropbox 安装指南。现在它似乎运行良好。
要自动启动 Dropbox(并让其在后台运行),只需输入:
$Home/.dropbox-dist/dropboxd
并且你必须$Home
用你的绝对路径替换(即/home/your_pc_name/
)