Não é possível instalar o plug-in do Adobe Flash em 10.10

2

Instalei o plug-in do Adobe Flash no centro de software. A instalação demorou muito e nunca terminou.

Após a reinicialização, o pacote é marcado como instalado, mas o Firefox ainda diz que está faltando esse plug-in. Eu tentei desinstalá-lo do centro de software, mas ele só diz "remover" para sempre.

O que posso fazer?

UPDATE

$ sudo apt-get install flashplugin-installer
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

Eu acho que é porque ainda está sendo "removido" (embora a janela do centro de software esteja fechada).

UPDATE 2

Após uma reinicialização:

$ sudo apt-get install flashplugin-installer
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

UPDATE 3

$ sudo dpkg --configure -a
Setting up flashplugin-installer (10.1.85.3ubuntu1) ...
Downloading...
--2010-10-17 11:18:31--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.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... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:21:41--  (try: 2)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:22:04--  (try: 3)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:22:52--  (try: 4)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response...

E eu acho que vai continuar ...

UPDATE 4

Parece que isso está relacionado: link

ATUALIZAÇÃO 5 Tentei removê-lo primeiro e depois instale novamente usando apt-get :

$ sudo apt-get remove flashplugin-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  flashplugin-installer
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 188kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 120250 files and directories currently installed.)
Removing flashplugin-installer ...

$ sudo apt-get install flashplugin-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  xulrunner-1.9 firefox-3.0 konqueror-nsplugins msttcorefonts
  ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs
The following NEW packages will be installed:
  flashplugin-installer
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/20.0kB of archives.
After this operation, 188kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package flashplugin-installer.
(Reading database ... 120229 files and directories currently installed.)
Unpacking flashplugin-installer (from .../flashplugin-installer_10.1.85.3ubuntu1_i386.deb) ...
Setting up flashplugin-installer (10.1.85.3ubuntu1) ...
Downloading...
--2010-10-17 11:26:48--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.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... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:27:34--  (try: 2)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... 
    
por David B 17.10.2010 / 11:07

1 resposta

1

O problema é que o flashplugin-installer faz o download do flash tar.gz do repositório de parceiros da Canonical (mesmo que não esteja ativado). Parece que o repositório está inoperante ultimamente. Não é a primeira vez que vejo este problema. Obtenha o arquivo deb diretamente da Adobe link

    
por lovinglinux 17.10.2010 / 11:26