我正在尝试安装ubuntuone-control-panel-gtk
,但收到以下消息:
$ sudo apt-get install ubuntuone-control-panel-gtk
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:
ubuntuone-control-panel-gtk : Depends: ubuntuone-installer but it is not installable
E: Broken packages
那个部分
依赖:ubuntuone-installer 但无法安装
是不是因为我用的是 Ubuntu 10.10?
顺便一提,包PPA 中没有提到 ubuntuone-installer。知道为什么我无法ubuntuone-control-panel-gtk
在这里安装吗?
答案1
ubuntuone 夜间 PPA 是自动构建的 - python 代码。lucid/maverick/natty 的软件包与 Oneiric 和 Precise 的软件包使用相同的构建配方构建。
然而 - 开发人员添加了对ubuntuone 安装程序- 仅存在于 oneiric 和 precise 存储库中的包。
或许您可以强制安装(sudo apt-get -r install ubuntuone-control-panel-gtk
),但这可能会/很可能只会使您处于不一致的包管理状态。
另一个建议是下载并尝试安装 oneiric deb 文件ubuntuone 安装程序(参见上面的链接 - sudo dpkg -i [deb file name]
)。同样,这可能会使您的系统处于不稳定状态 - 如果您有要恢复的磁盘映像,可能值得一试。可能还有其他依赖项ubuntuone 安装程序你可能还必须满足。
关于如何在 Kubuntu (Lucid) 中安装 ubuntuone-control-panel 也存在类似的问题。我注意到该 PPA 的维护者也已将其移植到 maverick。同样,您的系统可能会处于不稳定状态,但可能值得一试,请注意该答案中的警告。
相关问题: