安装 cinnamon 时未满足的依赖关系

安装 cinnamon 时未满足的依赖关系
W: Failed to fetch http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu/dists/quantal/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/merlwiz79/cinnamon-ppa/ubuntu/dists/quantal/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
ashley@ashley-SVE15113FDW:/etc/apt$ sudo apt-get install cinnamon
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 resolve the situation:

The following packages have unmet dependencies:
cinnamon : Depends: cinnamon-common (= 2.0.14-20131203040047-quantal) but 2.0.14-20131203040103-precise is to be installed
        Recommends: cinnamon-screensaver but it is not going to be installed
        Recommends: gir1.2-cjsdbus-1.0 but it is not installable
        Recommends: cinnamon-bluetooth but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ashley@ashley-SVE15113FDW:/etc/apt$ 

答案1

首先从列表中删除 ppa:merlwiz79/cinnamon-ppa。你可以这样做

软件和更新 -> 其他软件。

现在输入以下命令添加这个新的 ppa:

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly

现在你可以使用它来安装它

sudo apt-get update && sudo apt-get install cinnamon

相关内容