我尝试过以下http://wiki.debian.org/FlashPlayer但在第一个命令上:
sudo aptitude install flashplugin-nonfree
我得到:
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:~$
不知道我做错了什么。
答案1
检查您的设置/etc/apt/sources.list
。
如果这是全新安装,很可能您还没有启用contrib
和non-free
部分。寻找显示以下内容的行:
deb http://ftp.XX.debian.org/debian/ wheezy main
并将其更改为
deb http://ftp.XX.debian.org/debian/ wheezy main contrib non-free
然后运行apt-get update
并重试。它应该在那里作为flashplugin-nonfree
.
Adobe 的 Flash 插件虽然可以免费下载,但不符合 Debian 自由软件指南 (DFSG)将“免费”定义为“开源”,因此 debian 在contrib
部分创建了一个下载程序包,可以下载并安装 Flash 播放器。