Differences between revisions 45 and 46
Revision 45 as of 2006-12-06 19:27:32
Size: 3548
Editor: BartMartens
Comment: flash 9 in testing
Revision 46 as of 2007-01-13 07:42:39
Size: 2973
Editor: BartMartens
Comment: browsers, faq, versions, link
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== Supported browsers in Debian ==

 * Iceweasel
 * Galeon
 * Konqueror (via konqueror-nsplugins)
Line 15: Line 21:
Version 7.0.25-5 in "stable/sarge" is broken. The solution is to use the backport at [http://www.backports.org/ www.backports.org]. Version 7.0.25-5 in "stable/sarge" is broken. Version 7.0.68.0.1~bpo.1 at [http://www.backports.org/ www.backports.org] is outdated. There is currently no recommended package of flashplugin-nonfree for Flash Player 7.

== Flash Player 9 for "stable/sarge" ==

Version 9.0.21.78.4~bpo1 is a backport for "sarge" by [mailto:gurkan@linuks.mine.nu Gurkan Sengun].
Line 36: Line 46:
== FAQ: Flash doesn't work with flashplugin-nonfree == == FAQ: Why does it not work? ==
Line 50: Line 60:
The shown debconf panels should be self-explanatory. :)

If the Flash plugin itself is still not installed, then you should see messages appear briefly explaining what went wrong.

For example, this message means that there is a temporary network problem, or, that the .tar.gz file is no longer available at the Adobe download site. The latter requires that the Debian package is updated, and you are welcome to report this in the Debian bug tracking system.
{{{
download failed
The Flash plugin is NOT installed.
}}}

For example, this message could indicate a "man in the middle" attack, or that Adobe has modified the .tar.gz file at the Adobe download site. The latter requires that the Debian package is updated, and you are welcome to report this in the Debian bug tracking system.
{{{
md5sum mismatch FP9_plugin_beta_112006.tar.gz
The Flash plugin is NOT installed.
}}}
Line 74: Line 68:
 * [http://wizah.blogspot.com/2006/10/debian-how-to-flash-9.html Debian HOW-TO : Flash 9] explains how to install the latest Flash 9 plugin from Adobe.  * http://wizah.blogspot.com/2006/10/debian-how-to-flash-9.html explains how to install the Flash 9 plugin from Adobe manually, without flashplugin-nonfree.

This page describes how to install the Adobe Flash Player, formerly known as the Macromedia Flash Player, on Debian systems. This page serves as the homepage of the Debian package "flashplugin-nonfree".

Distribution license of the Flash plugin

The newest versions of the Debian package "flashplugin-nonfree" have this warning in the package description:

WARNING: Installing this Debian package causes the Adobe flash plugin to be
downloaded from www.adobe.com.  The distribution license of the Adobe flash
plugin is available at www.adobe.com.  Installing this Debian package implies
that you have accepted the terms of that license.

Supported browsers in Debian

  • Iceweasel
  • Galeon
  • Konqueror (via konqueror-nsplugins)

Flash Player 7 for "stable/sarge"

Version 7.0.25-5 in "stable/sarge" is broken. Version 7.0.68.0.1~bpo.1 at [http://www.backports.org/ www.backports.org] is outdated. There is currently no recommended package of flashplugin-nonfree for Flash Player 7.

Flash Player 9 for "stable/sarge"

Version 9.0.21.78.4~bpo1 is a backport for "sarge" by [mailto:gurkan@linuks.mine.nu Gurkan Sengun].

Add this line to your /etc/apt/sources.list :

deb http://www.backports.org/debian sarge-backports main contrib

Then run this as root:

apt-get update
apt-get -t sarge-backports install flashplugin-nonfree

Flash Player 9 beta for "testing/etch" and "unstable/sid"

Make sure that "contrib" is in your /etc/apt/sources.list and run this as root:

apt-get update
apt-get install flashplugin-nonfree

FAQ: Why does it not work?

It is possible that the Debian package "flashplugin-nonfree" is successfully installed but that this Debian package fails to install the Flash plugin itself. This can be caused by various reasons, like a temporary network problem, a change on the Adobe download site, a newer Flash plugin released at Adobe... This behavior, successfully installing the Debian package and not the plugin itself, may seem confusing, but it is intentional to not break "noninteractive" installation procedures.

Use this command to set your debconf interface to "Dialog". The debconf priorities "high" and "medium" are OK.

dpkg-reconfigure debconf

Then use this command to retry installing the Flash plugin itself, by using the installed Debian package "flashplugin-nonfree".

dpkg-reconfigure flashplugin-nonfree