我正在使用 12.04 并尝试过 Dropbox,但遇到以下问题:
irtaza@irtaza-OptiPlex-990:~$ sudo apt-get install nautilus-dropbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nautilus-dropbox : Depends: dropbox but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
如何解决这个问题?
答案1
要安装 Dropbox,您需要
从以下网址下载 Ubuntu .deb 文件这里. 根据您的系统架构选择 32 位或 64 位。
双击下载的文件并通过 Ubuntu 软件中心进行安装。
跑步Dropbox通过在 Dash 中搜索它。第一次运行时,它应该下载一些专有组件。
然后您应该能够
nautilus-dropbox
使用原始命令进行安装:sudo apt-get install nautilus-dropbox
为什么这是必要的?
当您最初尝试安装 Nautilus Dropbox 时,它试图安装 Nautilus 的 Dropbox 图标,而不是 Dropbox 本身。它需要 Dropbox 程序才能执行任何操作。Dropbox 只发布其程序本身(不在 Ubuntu 存储库中),因此可以使用 卸载它apt-get
。
答案2
尝试使用以下方法纠正依赖关系;
sudo apt-get -f install