|
Size: 5551
Comment: Link to broken amd64 bug report and announcement by Adobe
|
Size: 6221
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| ##TRANSLATION-HEADER-START ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/FlashPlayer|Italiano]] - [[ru/FlashPlayer|Русский]]-~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]|| ##TRANSLATION-HEADER-END ---- |
|
| Line 22: | Line 27: |
| Configure your system to use lenny-backports by adding this line to your sources.list | Configure your system to use lenny-backports by adding this line to your {{{sources.list}}} |
| Line 24: | Line 29: |
| deb http://www.backports.org/debian lenny-backports main contrib non-free | deb http://backports.debian.org/debian-backports/ lenny-backports main contrib non-free |
| Line 26: | Line 31: |
| as described here: http://backports.org/dokuwiki/doku.php?id=instructions . Be warned : The resulting system can't be considered plain "stable" anymore. | as described here: http://backports.debian.org/Instructions/ . Be warned : The resulting system can't be considered plain "stable" anymore. |
| Line 30: | Line 35: |
| apt-get update apt-get install flashplugin-nonfree |
aptitude update aptitude install flashplugin-nonfree |
| Line 36: | Line 41: |
| apt-get update apt-get upgrade |
aptitude update aptitude upgrade |
| Line 45: | Line 50: |
== Debian 5.0 'Lenny' amd64 == Currently not supported by Adobe. See the [[http://labs.adobe.com/technologies/flashplayer10/64bit.html|announcement by Adobe]] and bug [[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586273|#586273]]. 1. apt-get install fakeroot binutils nspluginwrapper ia32-libs 1. Download and run this script: http://people.debian.org/~bartm/flashplugin-nonfree/ia32-libs-workaround-499043-lenny.sh 1. dpkg -i ia32-libs-workaround-499043_0.0.1+lenny1_amd64.deb 1. Install this package: http://people.debian.org/~bartm/flashplugin-nonfree/flashplugin-nonfree_10.1.53.64.1_amd64.deb An entirely different approach is to install a browser and the 32 bit plugin in an i386 chroot as described in [[http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html|the AMD64 HOWTO]]. |
|
| Line 61: | Line 53: |
| To do only once : Make sure your APT sources (/etc/apt/sources.list) allow DebPkg:flashplugin-nonfree from contrib to be installed. | To do only once : Make sure your APT sources ({{{/etc/apt/sources.list}}}) allow DebPkg:flashplugin-nonfree from contrib to be installed. |
| Line 65: | Line 57: |
| apt-get update apt-get install flashplugin-nonfree |
aptitude update aptitude install flashplugin-nonfree |
| Line 71: | Line 63: |
| apt-get update apt-get upgrade |
aptitude update aptitude upgrade |
| Line 80: | Line 72: |
| == Debian Testing 'Squeeze' amd64 == | == Debian 5.0 'Lenny' and 'Squeeze' amd64 == In September 2010 Adobe [[http://labs.adobe.com/downloads/flashplayer10.html|announced]] Flash Player "Square". As of September 17 it is a fully working preview release. |
| Line 82: | Line 75: |
| Currently not supported by Adobe. See the [[http://labs.adobe.com/technologies/flashplayer10/64bit.html|announcement by Adobe]] and bug [[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586273|#586273]]. | === Flash Player Square Installation === |
| Line 84: | Line 77: |
| However, there is a workaround: 1. apt-get install fakeroot binutils nspluginwrapper ia32-libs 1. Download and run this script: http://people.debian.org/~bartm/flashplugin-nonfree/ia32-libs-workaround-499043-squeeze.sh 1. dpkg -i ia32-libs-workaround-499043_0.0.1+squeeze1_amd64.deb 1. Install this package: http://people.debian.org/~bartm/flashplugin-nonfree/flashplugin-nonfree_10.1.53.64.1_amd64.deb An entirely different approach is to install a browser and the 32 bit plugin in an i386 chroot as described in [[http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html|the AMD64 HOWTO]]. |
{{{ FLASH_LATEST_VER="p1"; FLASH_LATEST_DATE="091510"; sudo aptitude -y purge flashplugin-nonfree > /dev/null; sudo mkdir "/tmp/flashplugin-nonfree" > /dev/null 2> /dev/null; if [ "$(dpkg --print-architecture)" = "amd64" ]; then sudo wget --continue --output-document="/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz" "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_"$FLASH_LATEST_VER"_64bit_linux_"$FLASH_LATEST_DATE".tar.gz"; else sudo wget --continue --output-document="/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz" "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_"$FLASH_LATEST_VER"_32bit_linux_"$FLASH_LATEST_DATE".tar.gz"; fi; CD=`pwd`; cd "/tmp/flashplugin-nonfree"; sudo tar xvfz "/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz"; cd "$CD"; sudo rm -rf "/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz"; sudo rm -rf "/usr/lib/flashplugin-nonfree" 2> /dev/null; sudo rm -rf "/usr/lib/adobe-flashplugin" 2> /dev/null; sudo mkdir "/usr/lib/flashplugin-nonfree"; sudo mv "/tmp/flashplugin-nonfree/libflashplayer.so" "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo rm -rf "/tmp/flashplugin-nonfree"; sudo chown root:root "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo chmod 644 "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo mkdir "/usr/lib/mozilla" > /dev/null 2> /dev/null; sudo mkdir "/usr/lib/mozilla/plugins" > /dev/null 2> /dev/null; sudo ln -s "/usr/lib/flashplugin-nonfree/libflashplayer.so" "/usr/lib/mozilla/plugins/libflashplayer.so" > /dev/null 2> /dev/null; }}} |
| Line 98: | Line 107: |
| * Galeon | * [[Galeon]] |
| Line 100: | Line 109: |
| * Konqueror | * [[Arora]] * [[Konqueror]] * [[Chromium]] |
| Line 105: | Line 116: |
| * Error message '''wget failed to download .../fp10.sha512.amd64.pgp.asc''' : At this point flashpugin-nonfree is useless on amd64. Adobe no longer supports the 64 bit player. See this bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586273 . Users of amd64 who want to use the 32 bit version of Adobe Flash Player 10 can install a browser and the 32 bit plugin in an i386 chroot as well described in [[http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html|the AMD64 HOWTO]]. | * Error message '''wget failed to download .../fp10.sha512.amd64.pgp.asc''' : Adobe no longer supports the 64 bit player. However there is a workaround, see above. |
| Line 125: | Line 136: |
| * Opera doesn't use nspluginwrapper. It has its own mechanism for running 32-bit plugins in the 64-bit browser, so they will just work without having to install nspluginwrapper. * Error message "no appropriate viewer found": missing shared object libssl3.so, might need to install ia32-libs-libnss3 from debian-multimedia.org. |
|
| Line 130: | Line 144: |
| * http://packages.debian.org/flashplugin-nonfree * http://packages.qa.debian.org/flashplugin-nonfree * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=flashplugin-nonfree |
* DebianPkg:flashplugin-nonfree - flashplugin-nonfree at Debian Packages * DebianPts:flashplugin-nonfree - flashplugin-nonfree at the Debian Package Tracking System * [[DebianBug:src:flashplugin-nonfree]] - Bugs in source package flashplugin-nonfree |
Flash > Adobe Flash Player
This wiki 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.
Contents
End User License Agreement of the Adobe Flash Player
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 Player to be downloaded from www.adobe.com. The End User License Agreement of the Adobe Flash Player is available at www.adobe.com.
Debian 5.0 'Lenny' i386
Configure your system to use lenny-backports by adding this line to your sources.list
deb http://backports.debian.org/debian-backports/ lenny-backports main contrib non-free
as described here: http://backports.debian.org/Instructions/ . Be warned : The resulting system can't be considered plain "stable" anymore.
How to install flashplugin-nonfree :
aptitude update aptitude install flashplugin-nonfree
How to update flashplugin-nonfree :
aptitude update aptitude upgrade
How to update the Adobe Flash Player :
/usr/sbin/update-flashplugin-nonfree --install
Debian Testing 'Squeeze' i386
To do only once : Make sure your APT sources (/etc/apt/sources.list) allow flashplugin-nonfree from contrib to be installed.
How to install flashplugin-nonfree :
aptitude update aptitude install flashplugin-nonfree
How to update flashplugin-nonfree :
aptitude update aptitude upgrade
How to update the Adobe Flash Player :
update-flashplugin-nonfree --install
Debian 5.0 'Lenny' and 'Squeeze' amd64
In September 2010 Adobe announced Flash Player "Square". As of September 17 it is a fully working preview release.
Flash Player Square Installation
FLASH_LATEST_VER="p1"; FLASH_LATEST_DATE="091510"; sudo aptitude -y purge flashplugin-nonfree > /dev/null; sudo mkdir "/tmp/flashplugin-nonfree" > /dev/null 2> /dev/null; if [ "$(dpkg --print-architecture)" = "amd64" ]; then sudo wget --continue --output-document="/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz" "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_"$FLASH_LATEST_VER"_64bit_linux_"$FLASH_LATEST_DATE".tar.gz"; else sudo wget --continue --output-document="/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz" "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_"$FLASH_LATEST_VER"_32bit_linux_"$FLASH_LATEST_DATE".tar.gz"; fi; CD=`pwd`; cd "/tmp/flashplugin-nonfree"; sudo tar xvfz "/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz"; cd "$CD"; sudo rm -rf "/tmp/flashplugin-nonfree/install_flash_player_square_linux.tar.gz"; sudo rm -rf "/usr/lib/flashplugin-nonfree" 2> /dev/null; sudo rm -rf "/usr/lib/adobe-flashplugin" 2> /dev/null; sudo mkdir "/usr/lib/flashplugin-nonfree"; sudo mv "/tmp/flashplugin-nonfree/libflashplayer.so" "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo rm -rf "/tmp/flashplugin-nonfree"; sudo chown root:root "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo chmod 644 "/usr/lib/flashplugin-nonfree/libflashplayer.so"; sudo mkdir "/usr/lib/mozilla" > /dev/null 2> /dev/null; sudo mkdir "/usr/lib/mozilla/plugins" > /dev/null 2> /dev/null; sudo ln -s "/usr/lib/flashplugin-nonfree/libflashplayer.so" "/usr/lib/mozilla/plugins/libflashplayer.so" > /dev/null 2> /dev/null;
Supported browsers in Debian
Troubleshooting
Error message wget failed to download .../fp10.sha512.amd64.pgp.asc : Adobe no longer supports the 64 bit player. However there is a workaround, see above.
Remember that if you need the Flash Player to work with pulse, you can ask libasound to do so in your ~/.asoundrc:
pcm.pulse { type pulse } ctl.pulse { type pulse } pcm.!default { type pulse } ctl.!default { type pulse }To verify the Adobe Flash Player version number installed on your system, access the About Flash Player page, or right-click on content running in Flash Player and select "About Adobe (or Macromedia) Flash Player" from the menu. If you use multiple browsers, perform the check for each browser you have installed on your system. (Source: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
- Opera doesn't use nspluginwrapper. It has its own mechanism for running 32-bit plugins in the 64-bit browser, so they will just work without having to install nspluginwrapper.
- Error message "no appropriate viewer found": missing shared object libssl3.so, might need to install ia32-libs-libnss3 from debian-multimedia.org.
External Links
http://www.adobe.com/products/flashplayer/ - Adobe Flash Player homepage.
http://labs.adobe.com/downloads/flashplayer10.html - Adobe Flash Player 10 homepage.
flashplugin-nonfree - flashplugin-nonfree at Debian Packages
flashplugin-nonfree - flashplugin-nonfree at the Debian Package Tracking System
src:flashplugin-nonfree - Bugs in source package flashplugin-nonfree
