Não é possível instalar o flashplayer no Debian Wheezy

0

flashplayer está tendo problemas para instalar no Debian Wheezy. Preciso que seja possível assistir a determinados vídeos no YouTube. Ele falha em uma operação do wget:

$ sudo aptitude install flashplugin-nonfree
The following NEW packages will be installed:
  flashplugin-nonfree 
0 packages upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/20.1 kB of archives. After unpacking 181 kB will be used.
Selecting previously unselected package flashplugin-nonfree.
(Reading database ... 149986 files and directories currently installed.)
Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_1%3a3.2_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up flashplugin-nonfree (1:3.2) ...
ERROR: wget failed to download http://people.debian.org/~bartm/flashplugin-nonfree/fp10.sha512.amd64.pgp.asc
More information might be available at:
  http://wiki.debian.org/FlashPlayer

Verifiquei se wget já está instalado:

$ uname -a
Linux *pcname* 3.13-0.bpo.1-amd64 #1 SMP Debian 3.13.7-1~bpo70+1 (2014-03-29) x86_64 GNU/Linux
$ cat /etc/apt/sources.list | grep non
deb http://ftp.au.debian.org/debian/ stable main contrib non-free

Também posso fornecer mais informações, se necessário. Este é um notebook HP com uma instalação muito nova do Debian Wheezy.

    
por mulllhausen 21.04.2014 / 06:32

1 resposta

0

Você atualizou sua lista de fontes antes da instalação. se não atualizá-lo. Adicione deb ftp://ftp.debian.org/debian stable main contrib non-free ou deb http://ftp.de.debian.org/debian wheezy main contrib ao arquivo /etc/apt/sources.list , em seguida, execute uma atualização sudo apt-get update e tente instalar o plug-in do flash player sudo apt-get install flashplugin-nonfree

    
por 21.04.2014 / 08:02