Obtendo erro do Springseed no Ubuntu

1
vinay@vinay-TravelMate-P257-M:~/Documents/projects/westcon/nimbus4/nimbus4-api(QA)$ sudo apt-get install firefox:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libxtst6:i386
[sudo] password for vinay: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gtk2-engines-murrine:i386 is already the newest version.
libcanberra-gtk-module:i386 is already the newest version.
libxtst6:i386 is already the newest version.
firefox:i386 is already the newest version.
The following packages were automatically installed and are no longer required:
  libllvm3.6 libllvm3.6:i386
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up springseed (2.0) ...
unzip:  cannot find or open Springseed.zip, Springseed.zip.zip or Springseed.zip.ZIP.
dpkg: error processing package springseed (--configure):
 subprocess installed post-installation script returned error exit status 9
Errors were encountered while processing:
 springseed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Acima está o erro que recebo quando tento instalar qualquer software no Ubuntu usando apt-get .

Por favor, me ajude nisso! Isso me bloqueou muitas vezes, pois às vezes o software é instalado corretamente e outras vezes não.

    
por Vinay Prajapati 10.10.2016 / 14:00

1 resposta

2

O problema é com um comando apt anterior? Nenhum dos pacotes para instalar tem uma referência para springseed.

  • verifique /var/lib/dpkg/info/ para um arquivo de pós-instalação chamado springseed e remova-o.

A sua instalação deixará de reclamar.

Você tentou instalar o próprio springseed ? Se assim for seu pacote está quebrado ... editar: e tem sido desde 2014 parece . O nome do arquivo a ser removido é /var/lib/dpkg/info/springseed.postinst de acordo com o link.

    
por Rinzwind 10.10.2016 / 14:14