dependências não satisfeitas ao instalar o canela [duplicado]

0
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$ 
    
por user251334 23.02.2014 / 08:18

1 resposta

0

Primeiro, remova o ppa: merlwiz79 / cinnamon-ppa da lista. Você pode fazer isso indo

Software e atualizações - > Outro software.

Agora adicione este novo ppa digitando:

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

Agora você pode instalá-lo usando

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

    
por g_p 23.02.2014 / 08:32