无法在 Debian Wheezy 上安装 FlashPlayer

无法在 Debian Wheezy 上安装 FlashPlayer

Flashplayer 在 Debian Wheezy 中安装时遇到问题。我需要它才能观看 YouTube 上的某些视频。它在 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

我已经确保它wget也已经安装了:

$ 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

如果需要的话,我也可以提供更多信息。这是一台 HP 笔记本电脑,刚刚安装了 Debian Wheezy。

答案1

您是否在安装前更新了源列表。如果没有,请更新。将deb ftp://ftp.debian.org/debian stable main contrib non-free或添加deb http://ftp.de.debian.org/debian wheezy main contrib到文件/etc/apt/sources.list,然后运行更新sudo apt-get update,然后尝试安装 Flash Player 插件sudo apt-get install flashplugin-nonfree

相关内容