“Aguardando instalar” para sempre - Ubuntu Software - 16.04

36

Quando tento instalar arquivos .deb com "Ubuntu Software", ele mantém "Aguardando a instalação" para sempre.

    
por Vitor Abella 21.04.2016 / 18:21

4 respostas

7

1 - Baixe o antigo "Ubuntu software center" no novo "software Ubuntu".

2 - unity --reset-icons ou Reinicie seu computador (para remover o "aguardando para instalar")

3 - Abra o arquivo .deb com o "Ubuntu software center" recém-instalado

4 - Instale-o

    
por Vitor Abella 21.04.2016 / 18:21
25

Instale os pacotes .deb do terminal:

$ sudo dpkg -i <path/to/deb.deb>
$ sudo apt-get install -f

O raciocínio por trás do apt-get install -f a partir da página man:

 -f, --fix-broken
           Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can
           omit any packages to permit APT to deduce a likely solution. If packages are specified, these have to completely
           correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow
           broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so
           corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending
           packages). Use of this option together with -m may produce an error in some situations. Configuration Item:
           APT::Get::Fix-Broken.

Crédito: comentário de Mohit Rajan

    
por AlexPogue 24.04.2016 / 20:22
1

Apenas uma sugestão, Não tenho certeza se deve ajudar, mas, se você freqüentemente instalar pacotes de arquivos .deb, é aconselhável usar um manipulador de pacotes confiável como Gdebi

No entanto, se você gosta de procurar por aplicativos e instalá-los no mesmo lugar, deve se ater ao Ubuntu Software Center. Para destruir o Gnome-Software e instalar o clássico e confiável Ubuntu Software Center, siga este guia .

    
por ShuaibKunji 22.06.2016 / 10:52
0

Parece que somos todos afetados pelo link .

Infelizmente, não há outra solução além de usar outro gerenciador de pacotes para instalar esses pacotes.

    
por thwint 24.04.2016 / 08:21