如何在 Debian Wheezy 上安装 Adob​​e Flash?

osh*_*nen 7 debian adobe-flash

我试过遵循http://wiki.debian.org/FlashPlayer但在第一个命令上:

sudo aptitude install flashplugin-nonfree
Run Code Online (Sandbox Code Playgroud)

我得到:

oshirowanen@debian:~$ sudo aptitude install flashplugin-nonfree
[sudo] password for oshirowanen: 
No candidate version found for flashplugin-nonfree
No candidate version found for flashplugin-nonfree
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.                              
oshirowanen@debian:~$ 
Run Code Online (Sandbox Code Playgroud)

不知道我做错了什么。

Sha*_*dur 10

检查中的设置/etc/apt/sources.list

如果这是全新安装,很可能您还没有启用contribnon-free部分。寻找说的那一行

deb http://ftp.XX.debian.org/debian/ wheezy main
Run Code Online (Sandbox Code Playgroud)

并将其更改为

deb http://ftp.XX.debian.org/debian/ wheezy main contrib non-free
Run Code Online (Sandbox Code Playgroud)

然后运行apt-get update并重试。它应该在那里作为flashplugin-nonfree.

Adobe 的 Flash 插件虽然可以免费下载,但不符合 Debian 自由软件指南 ( DFSG ) 将“免费”定义为“开源”,因此 debian 在该contrib部分创建了一个下载程序包,然后可以下载并安装 Flash 播放器.