Cannont instala o super gerenciador de boot

0

Eu quero personalizar o meu plymouth, usando o super gerenciador de inicialização. Eu adicionei o repo e, em seguida, atualizado, não há problema algum.

Depois que eu tentei instalar o gerenciador de inicialização, algo deu errado.
Eu recebo este erro:

whoops@whoops-N148P:~$ sudo apt-get install super-boot-manager
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:
 super-boot-manager : Depends: plowshare (>= 1~svn1525) but it is not going to be     installed
E: Unable to correct problems, you have held broken packages.
    
por Vaan Whoops 02.12.2014 / 07:18

1 resposta

0

Para instalar o Super Boot Manager no Ubuntu 14.10:

  1. Eu não consegui fazer o ppa funcionar, então tive que baixar os binários do projeto website . Se algum desses links estiver quebrado, você poderá procurá-los no launchpad. Eu tive que fazer isso para buc 0.5.2 . Eu circulei os que eu baixei no link abaixo:
  2. Abra o terminal ctrl alt t e cole:

    sudo dpkg -i *.deb
    
  3. Quando terminar de instalar o super-boot-manager e o buc, execute:

    sudo apt-get -f install
    
  4. Ele deve instalar uma nova versão do plymouth, bem como o plowshare.
por Gruzzles 06.02.2015 / 04:15