'apt-get' sempre falha com ERROR 404: Não encontrado em um pacote (flashplugin-downloader)

1

o seguinte erro está me impedindo de instalar qualquer coisa no Xubuntu 11.10. Como posso consertar isso?

$ sudo apt-get install meld
Reading package lists... Done
Building dependency tree       
Reading state information... Done
meld is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 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 flashplugin-downloader (11.0.1.152ubuntu1) ...
Downloading...
--2012-02-06 21:23:36--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.0.1.152.orig.tar.gz
Resolving archive.canonical.com... 91.189.88.33
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-02-06 21:23:36 ERROR 404: Not Found.

download failed
The Flash plugin is NOT installed.
dpkg: error processing flashplugin-downloader (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 flashplugin-downloader
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Pomario 06.02.2012 / 22:27

1 resposta

3

flashplugin-downloader é um pacote dos repositórios multiversos. A versão 11.0.1.152ubuntu1 é de 7 de outubro de 2011 e foi substituída pela versão 11.1.102.55ubuntu0.11.10.1, lançada em 11 de novembro de 2011 ( fonte ).

Algumas possíveis causas:

  • você não atualizou sua lista de pacotes por um tempo ( sudo apt-get update )
  • você está usando um espelho desativado ou não atualizado. Veja como posso obter um espelho próximo a mim ou escolher um espelho mais rápido?

Em vez de usar o pacote flashplugin-downloader , sugiro que você instale o Flash conforme descrito em Como instalo o Adobe Flash Player?

    
por Lekensteyn 06.02.2012 / 23:24